Agentdb

by AgentBC9000

228 downloads
Not rated
GitHub

About

A knowledge base updated Mon/Wed/Fri from 31 curated sources (podcasts, blogs, emerging markets). Gives AI agents fresh structured intelligence without managing scraping or storage themselves.

Details

Author
AgentBC9000
Downloads
228
Categories
Other, AI

- Curated knowledge base updated every Monday, Wednesday, and Friday
- Sourced from 31 hand-picked feeds covering AI, tech, startups, and emerging markets
- get_latest_knowledge – fetch recent items, filterable by tags or content type
- search_knowledge – natural language search (requires a Pro subscription)
- Free API key available via an online registration page

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Agentdb
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Obtain a free API key from the provided link, then configure your MCP client to connect to the Agentdb server. Once connected, invoke the get_latest_knowledge tool to fetch recent items with optional tag or content type filtering, or use search_knowledge (Pro feature) for natural language search.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "agentdb": {
            "agentdb": {
                "command": "uv",
                "args": [
                    "run",
                    "mcp/server.py"
                ],
                "env": {
                    "AGENTDB_SUPABASE_URL": "<your-supabase-url>",
                    "AGENTDB_API_KEY": "<your-api-key>"
                }
            }
        }
    }
}

McpServers

{
    "agentdb": {
        "command": "uv",
        "args": [
            "run",
            "mcp/server.py"
        ],
        "env": {
            "AGENTDB_SUPABASE_URL": "<your-supabase-url>",
            "AGENTDB_API_KEY": "<your-api-key>"
        }
    }
}

AgentDB gives AI agents access to a curated, continuously updated knowledge base — updated Mon/Wed/Fri from 31 sources covering AI/tech, startups, alternative markets, and emerging markets (Africa & Asia).

Tools:
- get_latest_knowledge — fetch recent items, filter by tags or content type
- search_knowledge — natural language search (Pro)

Get a free API key: https://agentdb-production-9ba0.up.railway.app/v1/auth/register

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.