axis-mcp
Servidor MCP de Axis
Servidor MCP para acceder a los datos de Axis (herramienta de gestión de acciones para equipos) desde Claude Code / Cursor / Claude Desktop.
Configuración
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 buildRelated MCP server: saas-brain-mcp
Uso con Claude Code
claude mcp add axis-mcp node /path/to/axis-mcp/dist/index.jsUso con Claude Desktop
Añadir a ~/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"
}
}
}
}Herramientas disponibles (13)
Herramienta | Descripción |
| Obtener lista de objetivos (filtrar por status / phase / responsable / ID padre) |
| Detalle del objetivo (incluye KPI, subobjetivos, entregables y número de comentarios) |
| Lista de tareas pendientes de hoy |
| Lista de progreso de KPI (con tasa de cumplimiento) |
| Lista de miembros del equipo |
| Lista de objetivos vencidos |
| Resumen de fase (KPI, número de activos/completados) |
| Obtener notificaciones (se puede filtrar por no leídas) |
| Obtener hilo de comentarios |
| Obtener objetivos anuales |
| Marcar objetivo como completado (incluye descendientes) |
| Marcar tarea como completada |
| Añadir comentario a un objetivo |
Variables de entorno
Clave | Descripción |
| URL del proyecto Supabase |
| Clave service_role heredada de Supabase |
La clave service_role se obtiene desde el panel de control de Supabase → Project Settings → API Keys → pestaña Legacy.
Desarrollo
npm run dev # tsx でホットリロード
npm run build # TypeScript ビルドLicencia
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAn MCP server that stores project memory in Supabase, allowing AI tools to persist context, notes, and decisions across sessions. Enables Claude Code, Codex, and similar assistants to maintain long-term project continuity through persistent memory storage.2
- Flicense-qualityDmaintenanceOpen-source MCP server for Claude AI that connects Stripe and Supabase to enable natural language SaaS analytics, including churn analysis, subscription tracking, and revenue insights.
- Alicense-qualityDmaintenanceAn MCP server enabling AI assistants to perform CRUD operations on a Supabase database via a standardized interface.193MIT
- Alicense-qualityDmaintenanceA production-ready MCP server providing AI assistants with intelligent Supabase database access, featuring dynamic schema discovery, complete user management, and file storage operations.1MIT
Related MCP Connectors
MCP server for interacting with the Supabase platform
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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