Browse Configs & Rules

Discover Claude Code configurations from the community.

MCP Configtypescript
Photon MCP Config
{ "mcpServers": { "photon": { "type": "http", "url": "http://localhost:4000/api/mcp" }, "postgres": { "command": "sh", "args": [ "-c", "docker rm -f postgres-mcp 2>/dev/null; docker run -i --rm --name postgres-mcp -e DATABASE_URI=\"$DATABASE_URI\" crystaldba/postgres-mcp --access-mode=unrestricted"...
2000
MCP Configgeneral
Dungeon MCP Config
{ "mcpServers": { "deepwiki": { "type": "sse", "url": "https://mcp.deepwiki.com/sse" }, "kubernetes": { "command": "npx", "args": [ "-y", "kubernetes-mcp-server@latest" ] } } }
2000
MCP Configgeneral
claude-code-plugins MCP Config
{ "mcpServers": { "context7": { "command": "npx", "args": [ "-y", "@upstash/context7-mcp", "--api-key", "${UPSTASH_CONTEXT7_API_KEY}" ] } } }
2000
MCP Configgo
sp-api-mcp-go MCP Config
{ "mcpServers": { "Context7": { "command": "npx", "args": [ "-y", "@upstash/context7-mcp@latest" ] }, "deepwiki": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-everything" ] }, "exa": { "command": "npx", "args": [ "-y", "mcp-remote",...
2000
MCP Configtypescript
lulutracy.com MCP Config
{ "mcpServers": { "filesystem": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-filesystem", "."], "disabled": false }, "github": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-github"], "env": { "GITHUB_TOKEN": "${GITHUB_TOKEN}" }, "disabled": true }, "fetch": { "command":...
2000
MCP Configrust
dynamic-mcp MCP Config
{ "mcpServers": { "dynamic-mcp": { "type": "stdio", "command": "./target/release/dmcp", "env": { "DYNAMIC_MCP_CONFIG": "dynamic-mcp.json" } } } }
2000
MCP Configtypescript
source-of-truth-monorepo MCP Config
{ "mcpServers": { "context7": { "command": "npx", "args": ["-y", "@upstash/context7-mcp"] }, "playwright": { "command": "npx", "args": ["@playwright/mcp@latest"] } } }
2000
MCP Configtypescript
todo-app MCP Config
{ "mcpServers": { "next-devtools": { "command": "npx", "args": ["-y", "next-devtools-mcp@latest"] }, "shadcn": { "command": "npx", "args": ["shadcn@latest", "mcp"] }, "Neon": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.neon.tech/mcp"] } } }
2000
MCP Configtypescript
vibetracking.dev MCP Config
{ "mcpServers": { "playwright": { "type": "stdio", "command": "npx", "args": [ "@playwright/mcp@latest" ], "env": {} }, "vibetracking-supabase": { "type": "http", "url": "https://mcp.supabase.com/mcp?project_ref=qsvmtjcuymxkuuvhkape&read_only=true" } } }
2000
MCP Configtypescript
template-next MCP Config
{ "mcpServers": { "next-devtools": { "type": "stdio", "command": "npx", "args": ["next-devtools-mcp@latest"], "env": {} },
2000
MCP Configpython
PCB_Agent MCP Config
{ "mcpServers": { "supabase": { "command": "npx", "args": [ "-y", "@supabase/mcp-server-supabase", "--project-ref=rkvabzzhudhobpmqyyil" ], "env": { "SUPABASE_ACCESS_TOKEN": "sbp_1fe35159c0ad506eb6631d1d67284ff2ac916618" } }, "LangSmith API MCP Server": { "command":...
2000
MCP Configtypescript
symbols MCP Config
{ "mcpServers": { "symbols": { "command": "npx", "args": [ "-y", "@p1va/symbols@latest", "run", "npx", "-y", "typescript-language-server", "--stdio" ], "env": { "SYMBOLS_PRELOAD_FILES": "src/index.ts", "SYMBOLS_DIAGNOSTICS_STRATEGY": "push" } } } }
2000
MCP Configgeneral
llm-tools MCP Config
{ "mcpServers": { "lsp": { "command": "cclsp", "env": { "CCLSP_CONFIG_PATH": "cclsp.json" } } } }
2000
MCP Configtypescript
cctoast-wsl MCP Config
{ "mcpServers": { "sequential-thinking": { "type": "stdio", "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sequential-thinking" ] }, "context7": { "type": "sse", "url": "https://mcp.context7.com/sse" } } }
2000
MCP Configjavascript
umsme MCP Config
{ "mcpServers": { "storybook-mcp": { "type": "http", "url": "http://localhost:6006/mcp" } } }
2000
MCP Configgeneral
NotNow MCP Config
{ "mcpServers": { "serena": { "type": "stdio", "command": "uvx", "args": [ "--from", "git+https://github.com/oraios/serena", "serena", "start-mcp-server", "--context", "ide-assistant", "--project", "$(pwd)" ], "env": {} }, "codex": { "type": "stdio", "command": "codex", "args": [ "-m", "gpt-5",...
3000
MCP Configgeneral
portfolio MCP Config
{ "mcpServers": { "chrome-devtools": { "type": "stdio", "command": "npx", "args": ["-y", "chrome-devtools-mcp@latest"], "env": {} } } }
3000
MCP Configpython
pptx-shredder MCP Config
{ "mcpServers": { "pptx-shredder-local": { "command": "python", "args": ["mcp_server.py"], "cwd": ".", "description": "PPTX Shredder (Local Development) - Convert PowerPoint presentations to LLM-optimized markdown", "env": { "PYTHONPATH": "." } }, "pptx-shredder": { "command": "npx", "args": ["-y",...
3000
MCP Configgeneral
speckit MCP Config
{ "mcpServers": { "linear": { "command": "npx", "args": ["-y", "linear-mcp-server"], "env": { "LINEAR_API_KEY": "${LINEAR_API_KEY}" } }, "specmatic": { "command": "npx", "args": ["-y", "@specmatic/mcp"], "env": { "SPECMATIC_CENTRAL_REPO_URL": "${SPECMATIC_CENTRAL_REPO_URL}" } }, "playwright": {...
7000
MCP Configgeneral
agent_obs MCP Config
{ "mcpServers": { "chrome-devtools": { "command": "npx", "args": [ "chrome-devtools-mcp@latest" ] } } }
6000