Skip to main content
Glama
ymzhang0
by ymzhang0

AiiDA MCP

aiida-mcp is the shared control plane for the AiiDA ChatGPT plugin and the AiiDA Manager. It owns project bindings and worker lifecycles; it never adds an HTTP listener to aiida-worker, which remains a stdio JSON-RPC process.

Run locally

uv run --project . aiida-mcp

The daemon binds to 127.0.0.1:8043 by default:

  • http://127.0.0.1:8043/ is the local AiiDA Manager console.n- http://127.0.0.1:8043/api/projects` is its project API.

  • http://127.0.0.1:8043/mcp is the ChatGPT Plugin's streamable MCP endpoint.

Set AIIDA_MCP_TOKEN before exposing /mcp through a tunnel. The token is a development guard only; production deployment must replace it with OAuth and project-level authorization.

Create an AiiDA Project from the Manager first. Its immutable project_ref is the value placed in the ChatGPT Project instructions and passed to every MCP tool. A project binds an AiiDA profile, interpreter and AiiDA Group UUID; the Group label is only used until the worker's group-query protocol receives native UUID filtering.

F
license - not found
-
quality - not tested
C
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
    B
    maintenance
    MCP server for task management, project knowledge, workspace trust, runner sandboxes, extension registry, and workflow prompts, enabling AI agents to manage tasks and collaborate locally.
    5,117
    Apache 2.0
  • F
    license
    -
    quality
    D
    maintenance
    MCP server that wraps the Picsellia Python SDK, giving AI assistants access to computer vision platform capabilities such as datasets, experiments, models, deployments, and monitoring.

View all related MCP servers

Related MCP Connectors

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • Project management MCP for AI agents with safe task reads and writes.

  • Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.

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/ymzhang0/aiida-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server