Hades Backend Plugin MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Hades Backend Plugin MCPcheck the backend status for my current project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Hades Backend Plugin
A standalone, opt-in, workspace-scoped project-knowledge plugin for Hades. It
exposes MCP queries and explicit hades backend operations without adding
background synchronization, memory integration, jobs, inbox handling, or
lifecycle hooks. It is not a memory provider: memory.provider remains for
Holographic, Supermemory, and other personal-memory providers.
Install, update, disable, and remove the plugin through the normal plugin lifecycle. Installation, update, enable, disable, and removal do not pair a project or modify unrelated configuration:
hades plugins install titagram/hades-backend-plugin --enable
hades plugins update hades-backend
hades plugins disable hades-backend
hades plugins remove hades-backendhades update updates Hades core only. It does not install, update, pair,
reconfigure, or synchronize this plugin.
Restart the affected Hades CLI, TUI, Desktop, or gateway after installing or
enabling the plugin so its backend command is discovered.
Commands
hades backend set-token --url URL --project-id ID [--workspace PATH] [--token-stdin]
hades backend status [--json] [--live]
hades backend sync [--workspace PATH] [--domain docs|graph|source_index|evidence_metadata] [--dry-run] [--json]Pair from the root of the project being linked. Copy a project token separately
from the Backend dashboard; set-token collects it through a masked prompt.
Never include it in a command, slash-command argument, or chat message. For
non-interactive automation, --token-stdin is the only supported token input
path and keeps the token out of argv.
A successful explicit set-token pairing idempotently enables this plugin's
scoped MCP server in the active profile while preserving the rest of its
configuration. Restart the affected CLI, TUI, Desktop, or gateway after that
pairing before using MCP queries. Cancelling or failing pairing leaves MCP
configuration unchanged.
One profile can bind many project roots, each to a distinct derived credential.
There is no global/default Backend project and no newest-project fallback.
status is local by default. sync is explicit, linked-workspace scoped, and
never runs during pairing, startup, or ordinary conversation turns. It covers
only project docs, source/index artifacts, graph data, and submitted evidence;
it never syncs personal memory, jobs, inbox, logbook, cron, or user context.
This server cannot be installed
Maintenance
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
- AlicenseBqualityBmaintenanceEnables MCP clients to manage Overleaf projects via Git sync, including listing, reading, writing, and syncing files.Last updated443MIT
- Alicense-qualityAmaintenanceEnables local MCP clients to interact with an AuroraCloud workspace, supporting object listing, content reading, search, and task management through authenticated API calls.Last updated29Apache 2.0
- Alicense-qualityCmaintenanceProvides tools for governed project work, including project setup, workspace management, and task execution, with credential-safe MCP wiring.Last updatedMIT
- Alicense-qualityCmaintenanceExposes code graphs across multi-program repositories via MCP, enabling humans and agents to query the fleet with evidence.Last updatedMIT
Related MCP Connectors
Discovery, OAuth, project operations, and exact project MCP handoff for Spala backend projects.
Remote MCP for A2A caller identity, scope policy, verdict receipts, and audit history.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/titagram/hades-backend-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server