Solution Server is an MCP Server that provides several functions that makes traversing and searching a repo quick and efficient saving precious token costs.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"solutionserver-mcp": {
"command": "npx",
"args": [
"-y",
"KyleC69/SolutionServer-MCP"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add solutionserver-mcp npx -y KyleC69/SolutionServer-MCP
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"solutionserver-mcp": {
"command": "npx",
"args": [
"-y",
"KyleC69/SolutionServer-MCP"
]
}
}
}
📋 Copy