Back to Apps

tRPC-Agent-Go
by trpc-group
Production-grade Go framework for building AI agents with graph workflows, memory, and MCP tool integration.
0 stars
Works in:Codex
Exposes:ToolsResources
What it does
tRPC-Agent-Go is a high-performance Go-native framework designed for production agent systems. It enables developers to build complex AI agents that leverage graph-based workflows (similar to LangGraph), persistent memory, and seamless integration with the Model Context Protocol (MCP) to expose tools to LLMs.
Tools
skill_run: Executes reusable Agent Skills defined by SKILL.md specifications.skill_load: Loads a specific skill from a repository into the agent's context.memory_search: Performs semantic search over persistent user memory.graph_executor: Manages type-safe, multi-conditional routing for complex agent workflows.
Installation
Add the server to your claude_desktop_config.json:
{
"mcpServers": {
"trpc-agent-go": {
"command": "go",
"args": ["run", "github.com/trpc-group/trpc-agent-go/examples/runner"]
}
}
}
Supported hosts
- Claude Desktop
- Codex
Quick install
go run github.com/trpc-group/trpc-agent-go/examples/runnerInformation
- Pricing
- free
- Published
- 6/17/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to AGENTS.md as a supported runtime skill.Claude Desktop
{
"mcpServers": {
"trpc-agent-go": {
"command": "go",
"args": ["run", "github.com/trpc-group/trpc-agent-go/examples/runner"]
}
}
}





