General Configs & Rules

Claude Code configurations for General projects.

MCP Configgeneral
KurrentDB MCP Config
{ "mcpServers": { "context7": { "type": "stdio", "command": "npx", "args": [ "-y", "@upstash/context7-mcp" ], "env": {} }, "microsoft-docs": { "type": "http", "url": "https://learn.microsoft.com/api/mcp", "description": "Microsoft documentation MCP server for accessing official Microsoft and Azure...
5,727000
MCP Configgeneral
rust-skills MCP Config
{ "mcpServers": { "actionbook": { "command": "npx", "args": ["-y", "@actionbookdev/mcp@latest"] } } }
627000
MCP Configgeneral
paf-framework MCP Config
{ "mcpServers": { "nested-subagent": { "command": "node", "args": ["${CLAUDE_PLUGIN_ROOT}/mcp-server/dist/index.mjs"] } } }
6000
MCP Configgeneral
divine-mobile MCP Config
{ "mcpServers": { "nostr": { "command": "npx", "args": [ "-y", "@nostrbook/mcp@latest" ] }, "dart": { "command": "dart", "args": [ "mcp-server" ] } } }
209000
MCP Configgeneral
hunter MCP Config
{ "mcpServers": { "laravel-boost": { "command": "php", "args": [ "artisan", "boost:mcp" ] }, "herd": { "command": "php", "args": [ "/Applications/Herd.app/Contents/Resources/herd-mcp.phar" ], "env": { "SITE_PATH": "/Users/kid/OpenSources/devhunter" } } } }
13000
MCP Configgeneral
poykott MCP Config
{ "mcpServers": { "laravel-boost": { "command": "php", "args": ["./artisan", "boost:mcp"] } } }
40000
MCP Configgeneral
lucia-dotnet MCP Config
{ "mcpServers": { "sequential-thinking": { "type": "stdio", "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sequential-thinking" ], "env": {} }, "context7": { "type": "http", "url": "https://mcp.context7.com/mcp" }, "memory": { "command": "npx", "args": [ "-y",...
22000
MCP Configgeneral
dotfiles MCP Config
{ "mcpServers": { "fileSystem": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "~/ghq"], "env": {} }, "github": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-github"], "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}" } }, "brave-search": {...
8000
MCP Configgeneral
Vim-Cfg MCP Config
{ "mcpServers": { "serena": { "type": "stdio", "command": "uvx", "args": [ "--from", "git+https://github.com/oraios/serena", "serena", "start-mcp-server", "--context", "claude-code", "--project", "~/Projects/Cfgs/Vim-Cfg/" ] } } }
8000
MCP Configgeneral
maenifold MCP Config
{ "mcpServers": { "maenifold": { "command": "maenifold", "args": [ "--mcp" ], "type": "stdio" } } }
7000
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
MCP Configgeneral
homeschooling MCP Config
{ "mcpServers": { "chrome-devtools": { "command": "npx", "args": ["chrome-devtools-mcp@latest"] } } }
5000
MCP Configgeneral
empty-template MCP Config
{ "mcpServers": { "nx-mcp": { "type": "stdio", "command": "npx", "args": ["nx", "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 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 Configgeneral
nixos-config MCP Config
{ "mcpServers": { "fetch": { "command": "/bin/sh", "args": [ "-c", "PATH=/run/current-system/sw/bin:/etc/profiles/per-user/$USER/bin:$PATH exec uvx mcp-server-fetch" ] }, "context7": { "command": "/bin/sh", "args": [ "-c", "PATH=/run/current-system/sw/bin:/etc/profiles/per-user/$USER/bin:$PATH exec...
3000
MCP Configgeneral
portfolio MCP Config
{ "mcpServers": { "chrome-devtools": { "type": "stdio", "command": "npx", "args": ["-y", "chrome-devtools-mcp@latest"], "env": {} } } }
3000
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
llm-tools MCP Config
{ "mcpServers": { "lsp": { "command": "cclsp", "env": { "CCLSP_CONFIG_PATH": "cclsp.json" } } } }
2000