Open-source authentication infrastructure for AI agents, MCP servers, and autonomous tools. Built by developers, for developers.
Watch how AuthForge secures agent-to-MCP communication
import { AuthForge } from '@authforge/sdk'
const client = new AuthForge({
apiKey: process.env.AUTHFORGE_KEY
})
// Authenticate AI agent
const token = await client.agent.auth({
userId: "user_123",
agentId: "gpt4_assistant",
scopes: ["mcp:read", "mcp:write"],
policies: ["can_access_slack"]
})
// Agent now has delegated access!
console.log(token.accessToken)Built for the agentic future, available today
First-class support for Model Context Protocol servers. OAuth 2.1 flows designed specifically for AI agents.
SAML, OIDC, SCIM out of the box. Integrate with Okta, Azure AD, Google Workspace in minutes.
Your data, your infrastructure. Deploy on AWS, GCP, or your own metal. No vendor lock-in.
Built-in marketplace for agents. Declare capabilities, request permissions, audit everything.
Advanced ABAC with time-based, context-aware rules. "Agent can read Slack only during business hours."
Reputation-based permissions. Trust scores influence what agents can access. The future of auth.
See why developers are choosing open source
| Feature | AuthForge | Others |
|---|---|---|
| Open Source | ||
| Self-Hosted | ||
| MCP Native Auth | ||
| Agent Registry | ||
| TrustMesh Integration | ||
| No Vendor Lock-in | ||
| Community Support | ||
| Starting Price | Free | $$$ |
Join developers building the future of agent authentication
No spam. Unsubscribe anytime. We respect your privacy.