esa
An MCP server for interacting with the esa.io knowledge-sharing platform.
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"
}
}
}
}
Related Servers
Norman Finance
MCP server for managing accounting and taxes with Norman Finance.
Featurebase
Manage posts and comments on Featurebase, a user feedback platform, using its API.
MCP Tasks Organizer
Converts Cursor agent plans into structured markdown task lists and organizes them in your repository.
Mousetaile
Anki MCP server
CalDAV MCP
A CalDAV MCP server to expose calendar operations as tools for AI assistants.
DeepL
Translate text using the DeepL API.
Backup
Add smart Backup ability to coding agents like Windsurf, Cursor, Cluade Coder, etc
Browser MCP
Automate your local browser
macOS Automator
Run AppleScript and JXA scripts to automate tasks on macOS.
Confluence MCP Server
Programmatically access and search Confluence spaces, pages, and content using its REST API.