Unofficial Go MCP server for FreeAgent accounting, built for Hermes Agent and other MCP clients
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"freeagent-mcp": {
"command": "go",
"args": [
"run",
"github.com/Mentioum-Technologies/freeagent-mcp@latest"
]
}
}
}
Run in terminal:
claude mcp add freeagent-mcp go run github.com/Mentioum-Technologies/freeagent-mcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"freeagent-mcp": {
"command": "go",
"args": [
"run",
"github.com/Mentioum-Technologies/freeagent-mcp@latest"
]
}
}
}