MCP Server
Active
MIT
io.github.GhostlyGawd/codeweb MCP Server
io.github.GhostlyGawd/codeweb
What is the io.github.GhostlyGawd/codeweb MCP server?
Your agents break less code and burn fewer tokens — a deterministic call graph over 27 MCP tools.
How to install io.github.GhostlyGawd/codeweb
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": {
"codeweb": {
"command": "npx",
"args": [
"-y",
"@ghostlygawd/codeweb",
"-y",
"-p",
"@ghostlygawd/codeweb",
"codeweb-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"codeweb": {
"command": "npx",
"args": [
"-y",
"@ghostlygawd/codeweb",
"-y",
"-p",
"@ghostlygawd/codeweb",
"codeweb-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"codeweb": {
"command": "npx",
"args": [
"-y",
"@ghostlygawd/codeweb",
"-y",
"-p",
"@ghostlygawd/codeweb",
"codeweb-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"codeweb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ghostlygawd/codeweb",
"-y",
"-p",
"@ghostlygawd/codeweb",
"codeweb-mcp"
]
}
}
}Claude Code
claude mcp add codeweb -- npx -y @ghostlygawd/codeweb -y -p @ghostlygawd/codeweb codeweb-mcpRelated MCP servers
Repository-owned engineering pattern intelligence - 19 MCP tools over stdio.
0
View repository →Shell
MIT