Heimdall
@shinzo-labs
About Heimdall
Control the tools your MCP-enabled agents can access with minimal overhead.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"heimdall": {
"command": "npx",
"args": [
"@shinzolabs/heimdall"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Heimdall?
Heimdall is a lightweight service to manage local MCP Servers, installed with a single npx command. It moves your existing MCP server configuration to a centralized location and allows you to authorize specific tools for each server, making that configuration accessible to all MCP clients on your device.
How to use Heimdall?
Run the setup script via npx: npx @shinzolabs/heimdall setup <optional: path/to/current/config.json>. This moves your mcpServers config to ~/.heimdall/config.json and inserts a single Heimdall entry in its place. Then configure authorized tools in ~/.heimdall/controls.json and add the Heimdall configuration to each MCP client's config.
Key features of Heimdall
- Centralized MCP server configuration in
~/.heimdall/config.json - Per-server authorization of tools via
~/.heimdall/controls.json - Same configuration accessible to all MCP clients on your device
- Simple setup with a single
npxcommand - Logs stored at
~/.heimdall/logsfor debugging
Use cases of Heimdall
- Manage multiple MCP servers across different clients without duplicating configuration
- Restrict which tools an MCP client can use on a per-server basis
- Quickly onboard new MCP clients by reusing the same Heimdall entry
FAQ from Heimdall
How does Heimdall modify my existing MCP config?
The setup script moves your mcpServers config JSON to ~/.heimdall/config.json and inserts a single heimdall configuration entry in its place at the original path.
What dependencies or runtime does Heimdall require?
Heimdall is a Node.js package installed via npx, so it requires Node.js and npm already available on your system.
Where are Heimdall’s config and logs stored?
Config is at ~/.heimdall/config.json, controls at ~/.heimdall/controls.json, and logs at ~/.heimdall/logs.
Are there known limits on the number of tools?
Some MCP clients, like Cursor, limit the total number of tools across all servers (e.g., 40). The sum of authorizedTools in controls.json must not exceed that limit.
How does Heimdall handle authentication or transport?
The README does not provide specifics on authentication or transport beyond using the standard MCP client-server command setup (npx). It relies on the existing MCP protocol transport.
Frequently asked questions
How does Heimdall modify my existing MCP config?
The setup script moves your `mcpServers` config JSON to `~/.heimdall/config.json` and inserts a single `heimdall` configuration entry in its place at the original path.
What dependencies or runtime does Heimdall require?
Heimdall is a Node.js package installed via npx, so it requires Node.js and npm already available on your system.
Where are Heimdall’s config and logs stored?
Config is at `~/.heimdall/config.json`, controls at `~/.heimdall/controls.json`, and logs at `~/.heimdall/logs`.
Are there known limits on the number of tools?
Some MCP clients, like Cursor, limit the total number of tools across all servers (e.g., 40). The sum of `authorizedTools` in `controls.json` must not exceed that limit.
How does Heimdall handle authentication or transport?
The README does not provide specifics on authentication or transport beyond using the standard MCP client-server command setup (`npx`). It relies on the existing MCP protocol transport.
Basic information
More Other MCP servers

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments