Skip to content
Discussion options

You must be logged in to vote

Thank you so much for the detailed and precise answer!

The Exa MCP was already working, maybe because I had this on my zeroclaw.service file:
EnvironmentFile=/home/{user}/.zeroclaw/.env

I'll change it to your recommendation to make it cleaner, and as an example I can follow in the future:
headers = { Authorization = "Bearer <token>" }

For the IMAP MCP, this is what worked for me:

I've removed the module as a global module:
bun remove -g mcp-mail-server
Then installed it inside ~/.zeroclaw
bun add mcp-mail-server

I've configured it like this:

[[mcp.servers]]
name = "imap"
transport = "stdio"
command = "/home/{user}/.bun/bin/bun"
args = ["run", "node_modules/mcp-mail-server/dist/index.js"]
…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Audacity88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants