★ 10 stars
TypeScript
💻 Code/Dev Tools
Updated 5d ago
MCP server for Claude Code: 15 dev tools (files, search, shell, Git, GitHub, Docker, HTTP, SQL, tests, webhooks). TypeScript, stdio, local-first.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-code-mcp-serv": {
"command": "npx",
"args": [
"-y",
"niglo32432/claude-code-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add claude-code-mcp-serv npx -y niglo32432/claude-code-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-code-mcp-serv": {
"command": "npx",
"args": [
"-y",
"niglo32432/claude-code-mcp-server"
]
}
}
}
Topics
ai-assistantanthropicclaudeclaude-codedeveloper-toolsmcpmodel-context-protocol