agent-hub
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., "@agent-hublist my workspaces"
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.
Agent Hub
Local-first enterprise Agent platform powered by DeepSeek Harness.
Agent Hub is being rebuilt as a Python control plane with a browser UI, SQLite storage, and a native MCP surface. The first release is intentionally small: it proves the deployment shape and the connection boundary before adding orchestration.

Run locally
Requires Python 3.11+ and uv.
uv run agent-hubuv creates the environment and installs locked dependencies on the first run. Open http://127.0.0.1:8765. Local data is stored in %USERPROFILE%\.agent-hub\agent-hub.db by default.
Related MCP server: dsh-mcp-admin
Connect DeepSeek Harness
Add examples/dsh.cordis.yml to your DSH profile, then start Agent Hub before the Harness runtime. The MCP endpoint is:
http://127.0.0.1:8765/mcpAvailable MCP tools:
agenthub_statusworkspace_listworkspace_create
Current boundary
This is a local foundation, not a production multi-tenant service. It binds to 127.0.0.1 by default and has no authentication yet. Remote binding is refused unless AGENT_HUB_ALLOW_REMOTE=1 is explicitly set.
The previous Java prototype and its history live in agent-hub-java-legacy.
Check
uv run python -m unittest discover -s tests -vMIT © Chris
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Query, browse, and automate OmegaAI workspaces from any MCP client. Streamable HTTP with OAuth 2.0.
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceIn-process DeepSeek Harness plugin that exposes a local Streamable HTTP MCP server, allowing MCP clients like Codex to submit tasks executed by DSH child agents using DSH's existing tools.339MIT
- FlicenseNot gradedqualityCmaintenanceExposes DeepSeek Harness skill and agent preset management as an MCP server, letting remote agents read, create, update, and delete skills/presets over HTTP with audit logging. It enables a production-to-review-to-modification workflow without SSH.-
- AlicenseNot gradedqualityBmaintenanceEnables external MCP clients to drive DeepSeek Harness agents for real coding tasks, providing tools for task execution and queueing, session management, sandboxed file access, preset switching, and usage statistics.1832GPL 3.0
- FlicenseNot gradedqualityCmaintenanceEnables local Codex and ChatGPT clients to connect to a tool-only MCP runtime providing DevSpace tools, with supervised process management and secure loopback authentication.-
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/onlyforchris/agent-hub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server