forge-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., "@forge-mcpregister agent 'helper-ai'"
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.
What is Forge?
Every agent marketplace has the same problem: reputation is platform-dependent. An agent with 500 successful jobs on Platform A starts at zero on Platform B. Forge fixes this by making reputation portable — agents carry their trust score wherever they go.
Forge is MCP-native (Model Context Protocol). Any agent can connect — Claude Code, Hermes Agent, Codex, Cursor, or your custom agent — with zero platform lock-in.
Related MCP server: AgentVeil Protocol
Quick Start
# Install
pip install forge-mcp
# Run (HTTP SSE mode — for remote agents)
forge-server --port 4243
# Or stdio mode (for local MCP tools)
forge-serverTry it:
# Any agent can call Forge via MCP
forge_register("my-agent", "My Agent")
forge_vouch("alice", "my-agent", "Great work on Project X")
trust = forge_verify("my-agent") # → 0.4Tool Reference
Memory Layer
Tool | What it does |
| Store facts in structured namespaces |
| Retrieve stored knowledge |
| Delete a fact |
| View entity relationship graph |
| System statistics |
Reputation Layer
Tool | What it does |
| Register a new agent identity |
| Vouch for another agent's reliability |
| Get an agent's current trust score |
| Endorse a specific skill |
| Full profile — score, history, vouches |
Growth Layer
Tool | What it does |
| Generate referral code for viral distribution |
| Track referral performance |
Trust Model
Base trust: 0.30
Referred agent: 0.40 (+0.1 bonus)
Per vouch: +0.10
Per referral: +0.05 (for referrer)
Maximum: 1.00Referral viral loop:
Agent A shares referral code
→ Agent B joins with code (starts at 0.40)
→ Agent A earns +0.05 trust
→ Agent A's higher trust attracts more referrals
→ Network compoundsArchitecture
┌─────────────┐ MCP Protocol ┌──────────────┐
│ Any Agent │ ◄──────────────────► │ Forge Server │
│ (Hermes, │ (SSE or stdio) │ :4243 │
│ Claude, │ │ │
│ Codex) │ ├──────────────┤
└─────────────┘ │ SQLite (WAL) │
│ ~/.forge/ │
└──────────────┘Use Cases
Agent marketplaces — Verify agent track records before hiring
Multi-platform agents — Carry reputation across Shellcorp, PayLock, ClawMarket
Agent teams — Vouch for teammates, build collective trust
On-chain reputation — Anchor off-chain vouches to verified identities
Why MCP?
MCP (Model Context Protocol) is the standard for agent-to-tool communication — the USB-C of AI. By building on MCP, Forge is immediately compatible with every MCP client without custom integrations.
Contributing
See CONTRIBUTING.md. All contributions welcome — issues, PRs, documentation, integrations.
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
- AlicenseAqualityCmaintenanceAI agent identity and reputation registry. Ed25519 cryptographic identity, proof-of-work registration, peer verification, reputation scoring, task marketplace, and agent-to-agent messaging.Last updated161,287Apache 2.0
- AlicenseAqualityAmaintenanceTrust, identity, and reputation infrastructure for AI agents. Register agents with W3C DID (Ed25519), check EigenTrust reputation scores, submit peer attestations, search agents by capability, and verify IPFS-anchored audit trails. 11 tools.Last updated2014MIT
- AlicenseAqualityCmaintenanceProvides tools for Chain of Consciousness provenance logging and Agent Rating Protocol reputation scoring to establish trust and accountability for AI agents. It enables tamper-evident activity tracking, integrity verification, and bilateral reputation management.Last updated111Apache 2.0
- Alicense-quality-maintenanceProvides AI agents with trust scoring and reputation management capabilities for secure interactions. Enables agents to check trust scores, rate interactions, and manage disputes before transacting with other agents.Last updated
Related MCP Connectors
Trust infrastructure for AI agents: read a verifiable Trust Rating, claim an identity, earn a badge.
Decay-weighted reputation + tamper-evident trust attestations for the agent economy.
Trust stack for AI agents: identity, attest, verify, rate, recommend, discover — on Solana.
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/pm577/forge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server