Skip to main content
Glama

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.

Agent Hub local workspace overview

Run locally

Requires Python 3.11+ and uv.

uv run agent-hub

uv 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/mcp

Available MCP tools:

  • agenthub_status

  • workspace_list

  • workspace_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 -v

MIT © 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.

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    In-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.
    339
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Exposes 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.
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables 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.
    183
    2
    GPL 3.0

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/onlyforchris/agent-hub'

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