Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

The best MCP collection

Links:

Full json config:

{
    "mcpServers": {
      "playwright": {
        "command": "npx",
        "args": [
          "@playwright/mcp@latest",
          "--vision"
        ]
      },
      "openai-gpt-image-mcp": {
        "command": "node",
        "args": [
          "/Users/olegstefanov/Base/Prog/libs/openai-gpt-image-mcp/dist/index.js" // path to the MCP server, need to be cloned from 
        ],
        "env": {
          "OPENAI_API_KEY": "..."
        }
      },
      "context7": {
        "command": "npx",
        "args": [
          "-y",
          "@upstash/context7-mcp@latest"
        ]
      },
      "supabase": {
        "command": "npx",
        "args": [
          "-y",
          "@supabase/mcp-server-supabase@latest",
          "--access-token",
          "sbp_..."
        ]
      },
      "getstack": {
        "command": "uvx",
        "args": [
          "getstack-mcp@latest"
        ],
        "description": "MCP server for getting templates"
      },
      "postgres": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/server-postgres",
          "postgresql://login:password@host:port/db_name"
        ]
      },
      "TestSprite": {
        "command": "npx @testsprite/testsprite-mcp@latest",
        "env": {
          "API_KEY": "..."
        },
        "args": []
      }
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors