Skip to main content
Glama

Axis MCP Server

MCP server for accessing data from Axis (a team action management tool) via Claude Code / Cursor / Claude Desktop.

Setup

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 build

Related MCP server: saas-brain-mcp

Using with Claude Code

claude mcp add axis-mcp node /path/to/axis-mcp/dist/index.js

Using with Claude Desktop

Add to ~/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"
      }
    }
  }
}

Available Tools (13)

Tool

Description

get_goals

Get list of goals (filter by status / phase / assignee / parent ID)

get_goal_detail

Goal details (includes KPIs, sub-goals, deliverables, and comment count)

get_today_tasks

List of today's To-Dos

get_kpi_progress

List of KPI progress (with completion rate)

get_team_members

List of team members

get_overdue_goals

List of overdue goals

get_phase_summary

Phase summary (KPIs, active/completed counts)

get_notifications

Get notifications (can filter by unread only)

get_comments

Get comment threads

get_vision

Get annual goals

complete_goal

Mark a goal as complete (cascades to descendants)

complete_task

Mark a To-Do task as complete

add_comment

Add a comment to a goal

Environment Variables

Key

Description

AXIS_SUPABASE_URL

Supabase project URL

AXIS_SUPABASE_SERVICE_ROLE_KEY

Supabase Legacy service_role key

The service_role key can be obtained from Supabase Dashboard → Project Settings → API Keys → Legacy tab.

Development

npm run dev    # tsx でホットリロード
npm run build  # TypeScript ビルド

License

MIT

Install Server
F
license - not found
B
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    C
    maintenance
    An 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
  • F
    license
    -
    quality
    D
    maintenance
    Open-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.
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server enabling AI assistants to perform CRUD operations on a Supabase database via a standardized interface.
    193
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A production-ready MCP server providing AI assistants with intelligent Supabase database access, featuring dynamic schema discovery, complete user management, and file storage operations.
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

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