Browse Configs & Rules
Discover Claude Code configurations from the community.
MCP Configjavascript
claude-code-templates MCP Config
{ "mcpServers": { "go-sdk": { "name": "Go SDK", "description": "Official SDK maintained with Google for Go MCP development", "command": "go-sdk-server", "args": [], "env": {} }, "language-server": { "name": "MCP Language Server", "description": "Semantic tools for Go: definitions, references,...
6000
MCP Configtypescript
builderkit MCP Config
{ "mcpServers": { "domain-finder": { "type": "http", "url": "https://domain-finder-api.j-coulaud.workers.dev/mcp" } } }
6000
MCP Configpython
ai-coding-demo MCP Config
{ "mcpServers": { "git": { "type": "stdio", "command": "uvx", "args": [ "mcp-server-git" ], "env": {} }, "electric-vehicle-data-server": { "type": "stdio", "command": ".venv/bin/mcp", "args": [ "run", "mcp/example_server/electric_vehicle_data_server.py" ], "env": {} }, "time": { "type": "stdio",...
6000
MCP Configrust
twitter-news-summary MCP Config
{ "mcpServers": { "openai-docs": { "type": "http", "url": "https://developers.openai.com/mcp" } } }
4000
MCP Configtypescript
web-app-starter-kit MCP Config
{ "mcpServers": { "shadcn": { "command": "npx", "args": ["shadcn@latest", "mcp"] }, "next-devtools": { "command": "npx", "args": ["-y", "next-devtools-mcp@latest"] }, "convex": { "command": "npx", "args": ["-y", "convex@latest", "mcp", "start"] }, "chrome-devtools": { "command": "npx", "args":...
5000
MCP Configgeneral
homeschooling MCP Config
{ "mcpServers": { "chrome-devtools": { "command": "npx", "args": ["chrome-devtools-mcp@latest"] } } }
5000
MCP Configpython
litmus-mcp-server MCP Config
{ "mcpServers": { "litmus-mcp-server": { "type": "sse", "url": "http://localhost:8000/sse", "headers": { "EDGE_URL": "https://litmusIp", "EDGE_API_CLIENT_ID": "<litmusOauthClientId>", "EDGE_API_CLIENT_SECRET": "<litmusOauthClenJ4u4YyKbLcGwEunfz1w58vBm", "NATS_SOURCE": "litmusIp", "NATS_PORT":...
5000
MCP Configgo
k8s MCP Config
{ "mcpServers": { "victoriametrics": { "command": "podman", "args": [ "run", "-i", "--rm", "-e", "VM_INSTANCE_ENTRYPOINT", "-e", "VM_INSTANCE_TYPE", "ghcr.io/victoriametrics-community/mcp-victoriametrics" ], "env": { "VM_INSTANCE_ENTRYPOINT": "https://vm.home.lex.la", "VM_INSTANCE_TYPE": "single" }...
4000
MCP Configtypescript
social_post MCP Config
{ "mcpServers": { "shadcn": { "command": "npx", "args": ["shadcn@latest", "mcp"] }, "next-devtools": { "command": "npx", "args": ["-y", "next-devtools-mcp@latest"] }, "convex": { "command": "npx", "args": ["-y", "convex@latest", "mcp", "start"] }, "chrome-devtools": { "command": "npx", "args":...
4003
MCP Configgeneral
empty-template MCP Config
{ "mcpServers": { "nx-mcp": { "type": "stdio", "command": "npx", "args": ["nx", "mcp"] } } }
4000
MCP Configpython
dexpi-sfiles-mcp-server MCP Config
{ "mcpServers": { "engineering-mcp": { "type": "stdio", "command": "uv", "args": [ "--directory", "/home/hvksh/processeng/engineering-mcp-server", "run", "python", "-m", "src.server" ], "description": "Engineering MCP Server - LLM-assisted generation of engineering drawings (BFD/PFD/P&ID)" } } }
4000
MCP Configtypescript
recker MCP Config
{ "mcpServers": { "recker": { "command": "pnpm", "args": ["cli", "mcp", "--debug", "--category=full"], "cwd": "/home/cyber/Work/tetis/recker" }, "tuiuiu": { "command": "npx", "args": ["tuiuiu.js@latest", "mcp"] } } }
4000
MCP Configgeneral
bmt-monorepo-template MCP Config
{ "$schema": "https://claude.ai/schemas/mcp-config.json", "_comment": "MCP (Model Context Protocol) server configurations for Claude Code", "mcpServers": { "memory": { "_comment": "Persistent memory across sessions", "type": "stdio", "command": "npx", "args": ["-y", "@anthropic/mcp-memory"] },...
3000
MCP Configpython
unamentis MCP Config
{ "mcpServers": { "mobile-mcp": { "type": "stdio", "command": "npx", "args": ["-y", "@mobilenext/mobile-mcp@latest"] }, "gradle-mcp-server": { "type": "stdio", "command": "java", "args": ["-jar", "~/mcp-servers/gradle-mcp-server/gradle-mcp-server-all.jar"] } } }
3000
MCP Configtypescript
carabiner MCP Config
{ "mcpServers": { "ultracite": { "command": "npx", "args": [ "-y", "mcp-remote@^1.0.0", "https://www.ultracite.ai/api/mcp/mcp" ] }, "context7": { "command": "npx", "args": ["-y", "@upstash/context7-mcp@^1.0.0"] }, "sequential-thinking": { "type": "stdio", "command": "npx", "args": ["-y",...
3000
MCP Configgeneral
claude-code-plugins MCP Config
{ "mcpServers": { "context7": { "command": "npx", "args": ["-y", "@upstash/context7-mcp"] }, "playwright": { "command": "npx", "args": ["-y", "@anthropic/mcp-playwright"] }, "sosumi": { "type": "sse", "url": "https://sosumi.ai/mcp" }, "github": { "command": "docker", "args": [ "run", "-i", "--rm",...
3000
MCP Configtypescript
full-stack-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"] } } }
3000
MCP Configpython
popkit-claude MCP Config
{ "$schema": "https://claude.ai/schemas/mcp.json", "version": "1.0.0", "mcpServers": { "project-health": { "command": "node", "args": [".claude/mcp-servers/project-health/dist/index.js"], "permissions": { "allowed": ["mcp__project-health__*"] } }, "git-tools": { "command": "node", "args":...
3000
MCP Configtypescript
ccc MCP Config
{ "mcpServers": { "filesystem": { "command": "npx", "args": ["@modelcontextprotocol/server-filesystem", "/path/to/project"], "env": {} } } }
3000
MCP Configjavascript
WintEHR MCP Config
{ "mcpServers": { "code-graph": { "type": "stdio", "command": "node", "args": [ "/Users/robertbarrett/dev/WintEHR/code-graph-mcp/dist/cli.js", "serve", "/Users/robertbarrett/dev/WintEHR" ], "description": "Intelligent code graph analysis for WintEHR codebase navigation and context" },...
3000