MCP Stack MCP Server

Os detalhes de cada servidor, incluindo portas, repositórios e ferramentas, permanecem os mesmos. As configurações de ambiente agora são gerenciadas

Local serverstdioPython

What is the MCP Stack MCP server?

If you want an AI assistant working directly with MCP Stack, the mcp stack mcp server is the bridge. Os detalhes de cada servidor, incluindo portas, repositórios e ferramentas, permanecem os mesmos. As configurações de ambiente agora são gerenciadas centralmente.

What MCP Stack does

Os detalhes de cada servidor, incluindo portas, repositórios e ferramentas, permanecem os mesmos. As configurações de ambiente agora são gerenciadas centralmente.

Tools it exposes

Once connected, the assistant can call these 4 tools directly:

  • filesystem — mcp monta apenas a pasta do projeto – evite expor ~/ completo
  • Arquivo — Função
  • docker-compose.yml — Definição do container + volumes + portas
  • README.md — Link upstream + instruções específicas

Installing the mcp stack mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Configuration

Before the server will start you need to supply 3 environment variables: VAULT_PATH, ZOTERO_API_KEY, ZOTERO_USER_ID. Keep credentials in your client's env block or a secrets manager rather than committing them.

Where it fits

Cloud and DevOps servers put infrastructure on speaking terms with your assistant, so "why is this broken?" is answered from real state rather than a generic checklist. MCP Stack sits in that group, and the shape of its toolset — filesystem, Arquivo, docker-compose.yml among others — tells you what it is really for. Worth comparing against the other cloud devops servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • Maintained by neaigd, written in Python.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the mcp stack mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
filesystemmcp monta apenas a pasta do projeto – evite expor ~/ completo.
ArquivoFunção
docker-compose.ymlDefinição do container + volumes + portas
README.mdLink upstream + instruções específicas

How to install the MCP Stack MCP server

{
  "mcpServers": {
    "memory":     { "url": "http://localhost:9100" },
    "github":     { "url": "http://localhost:9101" },
    "filesystem": { "url": "http://localhost:9102" },
    "supabase":   { "url": "http://localhost:9103" },
    "obsidian":   { "url": "http://localhost:9104" },
    "zotero":     { "url": "http://localhost:9107" },
    "docgen":     { "url": "http://localhost:9105" },
    "hugo":       { "url": "http://localhost:9106" },
    "ollama":     { "url": "http://localhost:9108" },
    "fabric":     { "url": "http://localhost:9109" }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
VAULT_PATHFilesystem location the server is allowed to use.Optional
ZOTERO_API_KEYCredential the server authenticates with.Yes
ZOTERO_USER_IDConfiguration value read at startup.Optional

Example prompts to try

  • Use MCP Stack to filesystem.
  • Use MCP Stack to Arquivo.
  • Use MCP Stack to docker-compose.yml.

Frequently asked questions

It connects MCP Stack to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (filesystem, Arquivo, docker-compose.yml, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Stack directly.