Connecting MCP Clients
agentic-go speaks standard Model Context Protocol (MCP) over stdio. There are no ports to forward, daemons to manage, or external accounts required.
Generating Configuration Automatically
Terminal Helper
$ agentic-go mcp-config --client claude --workspace $(pwd)
Client Configuration Generator
MCP Client Config Generator
{
"mcpServers": {
"agentic-go": {
"command": "agentic-go",
"args": [
"--workspace",
"/path/to/your/go/project"
]
}
}
}
Server Parameters
| Flag | Default | Description |
|---|---|---|
--workspace <path> |
Current directory (.) |
Absolute or relative root path of the target Go module / workspace. |
--timeout <duration> |
45s |
Maximum timeout for semantic lookups and compilation passes. |