ta

evanmschultz/ta
★ 0 stars Go 🤖 AI/LLM Updated today
MCP server exposing TOML files as a schema-validated, agent-accessible database
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ta": {
      "command": "go",
      "args": [
        "run",
        "github.com/evanmschultz/ta@latest"
      ]
    }
  }
}