streamable-httpupdated 14d ago
OKA Anywhere is a remote MCP connector by Forge Agents LLC. It gives Claude, ChatGPT, or any MCP-capable assistant four tools that answer only from your office's approved procedures, with verified citations โ and refuse to guess. If it can't quote your procedures, it says so. It never invents an answer.
What can you do with oka anywhere?
OKA Anywhere โ Add your office's procedures to your AI
OKA Anywhere is a remote MCP connector by Forge Agents LLC. It gives Claude, ChatGPT, or any MCP-capable assistant four tools that answer only from your office's approved procedures, with verified citations โ and refuse to guess. If it can't quote your procedures, it says so. It never invents an answer.
Connector address: https://console.forgeagentsai.com/mcp
You need: your office token, from the setup card we send when your office is onboarded.
Add it โ the whole flow
Step by step, in words
- Open the connector settings.
- Claude (web, Desktop, mobile): Settings โ Connectors โ Add custom connector
- ChatGPT (Plus/Pro/Team): Settings โ enable Developer mode, then Connectors โ Create
- Paste the address:
https://console.forgeagentsai.com/mcp - Click Connect. A Forge page opens โ it shows which application is asking to connect.
- Paste your office token, once. That's the last time anyone sees or types it.
- Verify. The connector shows four tools. Ask something real: "What's our cancellation policy for a second no-show?" โ the answer names the exact document and quotes it, or tells you plainly that your documentation doesn't cover it and who to ask.
Claude Code / scripts: skip the browser โ use the office token directly as a bearer token on the same URL.
The four tools
| Tool | What it does | Uses a model? |
|---|---|---|
ask_procedures |
Grounded answers with verified source quotes | Yes โ every citation is machine-verified against your documents |
verify_claim |
Checks an exact statement against your documents, verbatim | No |
search_procedures |
Finds the most relevant procedure passages | No |
list_boundaries |
Lists what your documentation explicitly does not cover | No |
Troubleshooting
- "Couldn't reach the MCP server" โ re-paste the address exactly:
https://console.forgeagentsai.com/mcp - "That token was not recognized" โ tokens rotate when re-issued; use the newest setup card. Lost it? Email support and we'll rotate you a fresh one in minutes.
- The assistant refuses to answer something โ check
list_boundariesfirst. Usually the topic genuinely isn't in your documentation yet; send us the doc and it will be.
Data stance
Your corpus serves only your office. Calls are logged for support and metering. Nothing trains anything.
Support: daldridge@forgeagentsio.com ยท Docs: https://console.forgeagentsai.com/mcp ยท Privacy: https://forgeagentsio.com/privacy.html ยท $149/month per office, no per-question charges.
Install
Add oka anywhere to your client. Pick the one you use.
claude mcp add --transport http oka-anywhere https://console.forgeagentsai.com/mcpcodex mcp add oka-anywhere --url https://console.forgeagentsai.com/mcp{
"mcpServers": {
"oka-anywhere": {
"url": "https://console.forgeagentsai.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"oka-anywhere": {
"type": "http",
"url": "https://console.forgeagentsai.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"oka-anywhere": {
"url": "https://console.forgeagentsai.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"oka-anywhere": {
"serverUrl": "https://console.forgeagentsai.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation11/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 6 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 25, 2026 |