https://github.com/harukikaneko/esa-mcp
https://github.com/harukikaneko/esa-mcp
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harukikaneko/esa-mcp
- Owner: harukikaneko
- Created: 2025-04-10T08:56:56.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-18T12:49:45.000Z (7 months ago)
- Last Synced: 2025-04-19T01:54:05.588Z (7 months ago)
- Language: TypeScript
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - Esa Mcp - Integrates with the esa.io knowledge management platform as an MCP server, supporting advanced content management features via the Model Context Protocol. Directly relevant as an MCP server. ([Read more](/details/esa-mcp.md)) `content-management` `knowledge-base` `mcp` `integration` (MCP Server Directories & Lists)
- toolsdk-mcp-registry - ❌ esa.io
README
## Usage
```
pnpm build
```
利用するツールに合わせて以下のように設定ファイルを準備してください。
```json
{
"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"
}
}
}
}
```