Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"inconsistent-mcp-ser": {
"command": "go",
"args": [
"run",
"github.com/sathiya-22/inconsistent-mcp-server-transport-errors-2026-08-27@latest"
]
}
}
}
Run in terminal:
claude mcp add inconsistent-mcp-ser go run github.com/sathiya-22/inconsistent-mcp-server-transport-errors-2026-08-27@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"inconsistent-mcp-ser": {
"command": "go",
"args": [
"run",
"github.com/sathiya-22/inconsistent-mcp-server-transport-errors-2026-08-27@latest"
]
}
}
}