Skip to content

darinkishore/research_mcp

Repository files navigation

research exa server

does a big ol search

throws a big ol net

finds a lot of things.

clone the repo,

then add the snippet below to your MCP client, replacing $DIR with the directory it's currently in.

ensure both EXA and OPENAI API keys are set. Braintrust optional.

"research": {
      "command": "uv",
      "args": [
        "--directory",
        "/$DIR/research_mcp",
        "run",
        "research-mcp"
      ],
      "env": {
        "EXA_API_KEY": "xxx",
        "OPENAI_API_KEY": "sk-yyy"
      }
    }
  }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages