hara-mcp
OfficialClick 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., "@hara-mcpCheck the current Hara runtime status"
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.
hara-mcp
Language-owned MCP gateway and execution-host coordination for Hara.
The architecture and six-phase delivery plan are tracked in issue #1. The active implementation slice is issue #8.
Current status
This branch contains the first MCP and host-routing scaffold. It does not yet provide a production endpoint or prove real Hara execution. The deterministic host is a disabled-by-default transport fixture; Phase 1 remains open until an unpacked Hara Chrome host executes the request in a restricted Wasm Sandbox.
Related MCP server: nodus-mcp-server
Development
Node.js 22 is required.
npm install
npm run checkStart the stdio server with no registered host:
npm run devEnable the deterministic transport fixture for MCP Inspector development only:
HARA_MCP_ENABLE_TEST_FIXTURE=1 npm run devThe initial catalogue is:
hara_runtime_get
hara_eval
hara_call
hara_checkAll four tools are declared read-only, non-destructive, and closed-world. No option enables browser, network, persistent filesystem, package, process, provider, or external-effect authority.
Boundaries
Hara owns execution semantics and the canonical Sandbox/LiveSession lifecycle.
Hara Chrome is an enrolled execution host, not an MCP server.
mcp.greenways.airemains a Greenways application ingress and consumes the lower-level Hara host protocol directly when needed.MCP and host/device credentials terminate at independent boundaries.
See the architecture note and AGENTS.md before making changes.
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
- FlicenseNot gradedqualityCmaintenanceExposes MCP tools that enable remote LLMs to query local Docker containers, OS processes, and system services in real time.
- AlicenseNot gradedqualityAmaintenanceExposes the Nodus orchestration runtime as MCP tools for memory management, goal/workflow execution, and sandboxed code execution.MIT
- AlicenseBqualityCmaintenanceA safety-first MCP operations cockpit for Hermes Agent installations, exposing typed, evidence-producing management primitives.73MIT
- FlicenseNot gradedqualityBmaintenanceA production-oriented MCP runtime providing orchestration tools for IDE and agent integrations, including task management, diagnostics, and token usage reporting.
Related MCP Connectors
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
A paid remote MCP for ZeroLang, built to return verdicts, receipts, usage logs, and audit-ready JSON
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
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/hara-lang/hara-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server