knowmint for Zed
io.github.sou0327/knowmint
AI agent knowledge marketplace. Discover, purchase, and retrieve human expertise via x402 on Solana.
client:Zed
transport:stdio
runtime:npm
Install knowmint in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"knowmint": {
"command": "npx",
"args": [
"-y",
"@knowmint/mcp-server"
],
"env": {
"KM_API_KEY": "<KM_API_KEY>",
"KM_BASE_URL": "<KM_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs