PluginBench
MCP Server
Active
MIT

Project Context Connector MCP Server

io.github.devznsh/project-context-connector

What is the Project Context Connector MCP server?

Give Claude complete understanding of your software project.

How to install Project Context Connector

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "project-context-connector": {
      "command": "https://github.com/devznsh/project-context-connector/releases/download/v1.0.0/project-context-connector.mcpb",
      "args": []
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "project-context-connector": {
      "command": "https://github.com/devznsh/project-context-connector/releases/download/v1.0.0/project-context-connector.mcpb",
      "args": []
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "project-context-connector": {
      "command": "https://github.com/devznsh/project-context-connector/releases/download/v1.0.0/project-context-connector.mcpb",
      "args": []
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "project-context-connector": {
      "type": "stdio",
      "command": "https://github.com/devznsh/project-context-connector/releases/download/v1.0.0/project-context-connector.mcpb",
      "args": []
    }
  }
}
Claude Code
claude mcp add project-context-connector -- https://github.com/devznsh/project-context-connector/releases/download/v1.0.0/project-context-connector.mcpb

Related MCP servers

Give Claude complete understanding of your software project.

0
TypeScript
MIT
View repository →