Back to MCP Servers
🏎️ 🏠 - MCP Language Server helps MCP enabled clients navigate codebases more easily by giving them access to semantic tools like get definition, references, rename, and diagnostics.
GoProductivity
Install
npx -y isaacphi-mcp-language-serverclaude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"isaacphi-mcp-language-server": {
"command": "npx",
"args": [
"-y",
"isaacphi-mcp-language-server"
]
}
}
}Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.
More Go MCP servers
🔌🔌🔌🔌
Awesome MCP Servers by punkpeye
(****) - A curated list of MCP servers by ****
github/github-mcp-server
📇 ☁️ - Official GitHub server for integration with repository management, PRs, issues, and more.
FastMCP
🐍 - A high-level framework for building MCP servers in Python
ahujasid/blender-mcp
🐍 - MCP server for working with Blender