axis-mcp
Provides tools for managing goals, tasks, KPIs, team members, notifications, comments, and vision data stored in a Supabase database, enabling AI agents to interact with the Axis team management tool.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@axis-mcpshow me all goals in phase 'execution'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Axis MCP Server
Axis(チーム向け行動管理ツール)のデータに Claude Code / Cursor / Claude Desktop からアクセスするための MCP サーバー。
セットアップ
git clone https://github.com/hh881094-ctrl/axis-mcp.git
cd axis-mcp
npm install
cp .env.example .env # AXIS_SUPABASE_SERVICE_ROLE_KEY を設定
npm run buildClaude Code で使う
claude mcp add axis-mcp node /path/to/axis-mcp/dist/index.jsClaude Desktop で使う
~/Library/Application Support/Claude/claude_desktop_config.json に追加:
{
"mcpServers": {
"axis-mcp": {
"command": "node",
"args": ["/path/to/axis-mcp/dist/index.js"],
"env": {
"AXIS_SUPABASE_URL": "https://trqpkkxugbqkvxsxmdfh.supabase.co",
"AXIS_SUPABASE_SERVICE_ROLE_KEY": "your_service_role_key_here"
}
}
}
}利用可能なツール(13個)
ツール | 説明 |
| ゴール一覧取得(status / phase / 担当者 / 親IDでフィルタ) |
| ゴール詳細(KPI・サブゴール・成果物・コメント数含む) |
| 今日のToDo一覧 |
| KPI進捗一覧(達成率付き) |
| チームメンバー一覧 |
| 期日超過ゴール一覧 |
| フェーズサマリー(KPI・active/completed数) |
| 通知取得(未読のみフィルタ可) |
| コメントスレッド取得 |
| 年間目標取得 |
| ゴールを完了にする(子孫も連動) |
| ToDoタスクを完了にする |
| ゴールにコメントを追加 |
環境変数
Key | 説明 |
| Supabase プロジェクト URL |
| Supabase Legacy service_role キー |
service_role キーは Supabase Dashboard → Project Settings → API Keys → Legacy タブから取得。
開発
npm run dev # tsx でホットリロード
npm run build # TypeScript ビルドライセンス
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hh881094-ctrl/axis-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server