Axisdream

MCP

Use MCP when you want an MCP host to call Axisdream as tools.

Axisdream MCP supports both local hosts and hosted remote MCP clients.

It stays aligned with the platform so tool names and descriptions stay current.

For most users, the fastest path is still the Integrations page in the app.

When to use MCP

  • Use MCP when the caller is an MCP host.
  • Use the hosted MCP URL for web chatbots that support remote MCP with OAuth.
  • Use the local wrapper for desktop or CLI tools that launch MCP over stdio.
  • Use the SDK when you are writing application code.
  • Use REST when you want direct HTTP control.

Fresh-space behavior

  • If the selected space is still being set up, the AI asks one setup question before normal work.
  • During that first pass, the connection focuses on writing the initial knowledge, memory, and compact state.
  • Normal work begins after the initial setup is complete. Template spaces are ready-made starting points.

Hosted MCP

Use this URL in ChatGPT, Claude, Grok, Manus, or another web chatbot that supports remote MCP. The chatbot opens the Axisdream OAuth sign-in and consent flow; do not paste an API key into the hosted connection.

Server URL
https://axisdream.xyz/mcp

Local MCP

Use this setup for Cursor, Codex, Claude Code, VS Code, OpenClaw, and other hosts that launch a local MCP process. AXISDREAM_SPACE is optional; without it, the connected AI asks which space to use.

Environment variables
export AXISDREAM_API_KEY="cs-YOUR_KEY"
export AXISDREAM_BASE_URL="https://api.axisdream.xyz"
export AXISDREAM_SPACE="optional-preferred-space"
Run the local server
npx -y axisdream-mcp@1.0.0

Tool surface

ToolMeaning
retrieve
Find relevant context
fetch
Open one or more exact files
list_spaces
List accessible spaces
add
Create or replace a file
list
Browse files and folders
list_skills
See available procedural skills
get_skill
Open one or more exact skill files
forget
Delete a file
update
Apply a targeted edit
update_confidence
Change a file confidence score
get_related_files
See directly related files

Onboarding tool visibility

Normal spaces expose the full Axisdream tool set. Fresh spaces can expose a smaller onboarding-safe subset until the initial context is complete.