A declarative platform for building Model Context Protocol (MCP) servers in Golang—exposing tools, resources & prompts in a clean, structured way
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cortex": {
"command": "go",
"args": [
"run",
"github.com/FreePeak/cortex@latest"
]
}
}
}
Run in terminal:
claude mcp add cortex go run github.com/FreePeak/cortex@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"cortex": {
"command": "go",
"args": [
"run",
"github.com/FreePeak/cortex@latest"
]
}
}
}