llm-tools

samestrin/llm-tools
★ 2 stars Go AI/LLM Updated 3d ago
High-performance Go tools for LLM Agents (MCP/CLI). 100x faster than Python. Includes native MCP Server, token-optimized search, and persistent project memory.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "llm-tools": {
      "command": "go",
      "args": [
        "run",
        "github.com/samestrin/llm-tools@latest"
      ]
    }
  }
}

README Excerpt

> **The missing standard library for Agentic Workflows.** > *Native Go. Single Binary. 100x Faster than Python.* LLM Agents need to be fast. Waiting 400ms for a Python script or 100ms for Node.js to spin up just to read a file kills the flow of an autonomous loop. **llm-tools** is a suite of high-performance, statically compiled tools designed to be the "hands" of your AI agent. It includes a native **MCP Server** for instant integration with Claude Desktop and Gemini.

Tools (2)

completeprompt

Topics

agentsclaudeclicontext-memorydeveloper-toolsgeminigogolangllmllm-memorymcpmcp-serverproductivityworkflow-automation