seed-mcp-server

burgeonbot/seed-mcp-server
★ 0 stars JavaScript API Integration Updated 6d ago
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "seed-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "burgeonbot/seed-mcp-server"
      ]
    }
  }
}

README Excerpt

MCP server for creating and inspecting Seed tables and relationships through the existing `seed-backend` HTTP API. ```bash npm install npm run build ``` Set either an access token: ```bash SEED_API_BASE=http://localhost:3007 SEED_ACCESS_TOKEN=... ``` Or login credentials: ```bash SEED_API_BASE=http://localhost:3007

Tools (20)

seed_add_documentsseed_add_mock_dataseed_add_relationshipseed_create_frameseed_create_orgseed_create_tableseed_create_viewseed_delete_documentsseed_delete_framesseed_delete_orgseed_delete_viewsseed_get_access_tokenseed_get_frameseed_get_tableseed_get_viewseed_list_documentsseed_list_framesseed_list_orgsseed_list_tablesseed_list_views