Back to directory
naveenayalla1-cs50/mcp-server-toolkit

naveenayalla1-cs50/mcp-server-toolkit

@naveenayalla1-CS50

MCP servers that help Claude Code/Cursor search your repo, docs, database, and git history instead of guessing.

mcp-servertoolkitcode-searchdatabasedocsgitclitypescripttool

Installation & Configuration

{
  "servers": {
    "code-search": {
      "command": "mcp-code-search",
      "args": [
        "--root",
        "."
      ],
      "env": {
        "OPENAI_API_KEY": "${OPENAI_API_KEY}"
      }
    },
    "database": {
      "command": "mcp-database",
      "args": [
        "--read-only"
      ],
      "env": {
        "DATABASE_URL": "${DATABASE_URL}"
      }
    },
    "docs": {
      "command": "mcp-docs",
      "args": [
        "--source",
        "./docs"
      ]
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/17
Updated
2026/6/17