okeav-mcp
Remote MCP server for Okeav's open-source package documentation, fetched live from GitHub and cached at the edge.
Connect to Claude
- Open Claude (claude.ai or the desktop app)
- Go to Settings → Connectors → Add custom connector
- Paste the endpoint URL:
https://mcp.okeav.com/mcp - Click Connect
No sign-in required — this server is public and read-only. Works on any paid Claude plan (Pro, Max, Team, Enterprise).
Endpoint
MCP endpoint: POST/GET /mcp (Streamable HTTP) — for other MCP clients (Cursor, etc.)
Packages documented
idp-core— Standalone, pluggable identity provider for Node.js/TypeScript — OAuth2/OIDC authorization server, password + MFA + WebAuthn/passkeys + magic-link + social login, session management, rate limiting, outbound webhooks, and service-to-service JWKS trust.rbac-core— Standalone, framework-agnostic RBAC engine for Node.js/TypeScript backends — a five-axis account model (accountType/accountSubType/role/userType/capabilities), wildcard scope matching, shape validation, and Express middleware. No bundled scope/capability vocabulary — bring your own domain.idp-core-dynamodb— DynamoDB storage adapter for @okeav/idp-core — implements all eight repository interfaces via the AWS SDK v3, no ORM. Plugs in via config.storage.factory as a drop-in alternative to idp-core's built-in MongoDB adapter.idp-core-mssql— Microsoft SQL Server storage adapter for @okeav/idp-core — implements all eight repository interfaces against a plain relational schema via the `mssql` package, no ORM. Plugs in via config.storage.factory as a drop-in alternative to idp-core's built-in MongoDB adapter.idp-core-postgres— PostgreSQL storage adapter for @okeav/idp-core — implements all eight repository interfaces against a plain relational schema via `pg`, no ORM. Plugs in via config.storage.factory as a drop-in alternative to idp-core's built-in MongoDB adapter.web-client— A fetch wrapper for browsers and Node (>=20) built around de-duplicated silent token refresh — when a request 401s, refresh once, queue any other requests that 401 while that refresh is in flight, then retry all of them without ever firing a second concurrent refresh call. Also covers baseURL, query params, timeout, retry/backoff, cancellation, HMAC request signing, and configurable error handling. Zero required dependencies.
Tools
list_packagessearch_docsget_examplesearch_all_docsget_package_docslookup_error