Favicon of atlas-mcp-server

atlas-mcp-server

MCP ServerCode & Developer ToolsTypeScriptOpen source

atlas-mcp-server is a TypeScript MCP server for Claude Desktop with npx, git clone, remote URL. A Model Context Protocol (MCP) server for ATLAS, a Neo4j-powered task management system for LLM Agents - implementing a three-tier architecture (Projects, Tasks, Knowledge) to manage.

How to use atlas-mcp-server

Install or run

git clone https://github.com/cyanheads/atlas-mcp-server.git

Client configuration

startCommand:
  type: stdioOrHttp # Allow user to choose transport type
  configSchema:
    type: object
    properties:
      NEO4J_URI:
        type: string
        description: "Neo4j connection URI (e.g., bolt://localhost:7687)"
        default: "bolt://localhost:7687"
      NEO4J_USER:
        type: string
        description: "Neo4j username"
        default: "neo4j"
      NEO4J_PASSWORD:
        type: string
        description: "Neo4j password"
        format: "password" # For secure input in UIs
        default: "password2"
      LOG_LEVEL:
        type: string
        description: "Log level for the server"
        enum:
          [
            "emerg",
            "alert",
            "crit",
            "error",
            "warning",
            "notice",
            "info",
            "debug",
          ]
        default: "info"
      NODE_ENV:
        type: string
        description: "Node environment"
        enum: ["development", "production"]
        default: "development"
      MCP_HTTP_HOST:
        type: string
        description: "Host for HTTP transport (if selected)"
        default: "127.0.0.1"
      MCP_HTTP_PORT:
        type: integer # Changed to integer for better validation
        description: "Port for HTTP transport (if selected)"
        default: 3010
      MCP_ALLOWED_ORIGINS:
        type: string # Comma-separated string
        description: "Optional: Comma-separated list of allowed origins for HTTP CORS (e.g., http://localhost:3000,https://your-client.com)"
        default: ""
      MCP_AUTH_SECRET_KEY:
        type: string
        description: "Optional: Secret key for JWT authentication if HTTP transport is used (min 32 chars)"
        format: "password" # For secure input in UIs
        default: ""
      MCP_RATE_LIMIT_WINDOW_

Compatible clients

Claude Desktop

What is atlas-mcp-server?

atlas-mcp-server is a TypeScript MCP server for Claude Desktop with npx, git clone, remote URL. A Model Context Protocol (MCP) server for ATLAS, a Neo4j-powered task management system for LLM Agents - implementing a three-tier architecture (Projects, Tasks, Knowledge) to manage. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
90/100
Maintenance signal
60/100
Adoption signal
66/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Tool access support
  • Shell commands support
  • Browser use support
  • OpenAI provider support
  • Anthropic provider support
  • package.json config support
  • smithery.yaml config support

Technical details

Install or run atlas-mcp-server using npx. Check cyanheads/atlas-mcp-server for the latest setup command.

npxgit cloneremote URLClaude DesktopstdioHTTP
  • Built for TypeScript
  • Built for Node.js
  • Install or run with npx
  • Install or run with git clone
  • Install or run with remote URL
  • Works with Claude Desktop
  • Uses stdio transport
  • Uses HTTP transport

Requirements and access

TypeScriptNode.jsApache-2.0 licenseAPI key requiredDatabase accessAPI key requiredDatabase accessNetwork access

Security and permissions

Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.

Destructive actionsWrite actionsDatabase accessNetwork accessCredentials requiredCan write or update dataMay support destructive actionsAPI key required authenticationHosted or remote

When to use atlas-mcp-server

  • Use it for connecting agents to external tools and data.
  • Use it for integrations workflows.
  • Use it for coding workflows.
  • Use it for data workflows.
  • Use it for claude desktop users.

Built with

TypeScriptNode.jsnpxgit cloneremote URLClaude DesktopstdioHTTP

Explore related resources

Frequently asked questions

What is atlas-mcp-server?

atlas-mcp-server is a TypeScript MCP server for Claude Desktop with npx, git clone, remote URL. A Model Context Protocol (MCP) server for ATLAS, a Neo4j-powered task management system for LLM Agents - implementing a three-tier architecture (Projects, Tasks, Knowledge) to manage.

Who is atlas-mcp-server best for?

atlas-mcp-server is best for connecting agents to external tools and data, integrations workflows, coding workflows, data workflows, claude desktop users.

How do I install atlas-mcp-server?

Install or run atlas-mcp-server using npx. Check atlas-mcp-server for the latest setup command.

Is atlas-mcp-server actively maintained?

atlas-mcp-server may need a closer maintenance check before production use.

Share:

Stars
474
Forks
66
Last commit
1 year ago
Repository age
2 years
License
Apache-2.0

Auto-fetched from GitHub.

Similar to atlas-mcp-server