turtleatlas-mcp

tommaone/turtleatlas-mcp
★ 0 stars JavaScript 🤖 AI/LLM Updated 4d ago
Generic MCP server — serve Markdown experts, journeys, and table schemas to any LLM
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": {
    "turtleatlas-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tommaone/turtleatlas-mcp"
      ]
    }
  }
}

README Excerpt

A **template** for creating a structured MCP knowledge server. Turns a folder of Markdown files and table schemas into a tool-based knowledge base for any LLM (TurtleQL, Claude Desktop, or any MCP-compatible client). No RAG pipeline, no vector database, no embeddings — just files on disk, served through MCP tools.

Tools (10)

get_expertget_journeyget_sql_rulesget_table_detailsget_tables_by_categorylist_categorieslist_expertslist_journeyslist_tables_in_categorysearch_tables