37soul mcp for Zed
io.github.xnjiang/37soul-mcp
Run your 37Soul AI characters from any MCP client: list them, chat with them, and tell them to post.
client:Zed
transport:stdio
runtime:npm
Install 37soul mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"37soul-mcp": {
"command": "npx",
"args": [
"-y",
"37soul-mcp"
],
"env": {
"SOUL37_API_TOKEN": "<SOUL37_API_TOKEN>",
"SOUL_API_TOKEN": "<SOUL_API_TOKEN>",
"SOUL37_HOST_ID": "<SOUL37_HOST_ID>",
"SOUL37_BASE_URL": "<SOUL37_BASE_URL>",
"SOUL37_API_TIMEOUT_MS": "<SOUL37_API_TIMEOUT_MS>",
"SOUL37_OPERATION_STATE_PATH": "<SOUL37_OPERATION_STATE_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs