
esa
★ 3from harukikaneko
An MCP server for interacting with the esa.io knowledge-sharing platform.
🔥🔥✓ VerifiedAccount requiredNeeds API keys
An MCP server for interacting with the esa.io knowledge-sharing platform. Browse Esa MCP Server for Claude, Cursor, VS Code, and other AI agents.
Usage
pnpm build利用するツールに合わせて以下のように設定ファイルを準備してください。
{
"mcpServers": {
"esa-mcp-server": {
"command": "/Users/~/.local/share/mise/shims/node", // 絶対PATHにしておく方が無難
"args": ["/Users/~/project/esa-mcp-server/dist/index.js"], // 現在はローカルbuild想定
"env": {
"ESA_API_KEY": "ESA API TOKEN",
"DEFAULT_ESA_TEAM": "your team"
}
}
}
}No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.