retrieval_mcp_server
Provides tools for managing IT access operations through Webex, including handling tickets and requests.
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., "@retrieval_mcp_serverRetrieve the current employee handbook and summarize the remote work policy."
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.
NovaOps Company Brain
NovaOps Company Brain is a permission-sensitive operational system with four workflows: Maya for HR/onboarding, Webex for IT access operations, standalone Vendor CRM extraction, and an offline Renewal process. It combines cited document retrieval, SQLite-backed operational records, an MCP tool boundary, Bedrock Nova 2 Lite structured output and answers, durable approval gates, Langfuse evaluation traces, and containerized entry points.
The repository is self-contained. Its company records and documents are synthetic and live under novaops-enterprise-agent-dataset/.
What is implemented
Claim | Repository evidence |
One entry point classifies and scopes Maya and Webex requests |
|
Actual classify → scope → execute → tools → answer work is traced |
|
MCP carries caller identity, scope, and required evidence |
|
Manager-only sources are filtered before ranking |
|
Manager access derives from reporting relationships, not a claimed group |
|
Operational state and pending approvals survive restart |
|
Model text cannot directly authorize a write |
|
Existing Webex ticket |
|
Missing employee-to-seat data is reported rather than inferred |
|
Binding golden facts, sources, permissions, and tool-use rules are scored |
|
All 27 required measured turns have a trace index |
|
Vendor extraction uses one forced-tool call and validates the supplied schema locally |
|
Renewal pauses, survives restart, and replays every event exactly once |
|
Adversarial permission, approval, and provider proposals fail closed |
|
API, MCP, and worker ship as separate non-root containers |
|
Related MCP server: Corporate Tools MCP Server
Architecture
CompanyBrainAgent owns routing and the shared conversational result contract. Maya and Webex remain focused internal scopes. Vendor is a synchronous document-in/record-out function; Renewal begins from a schedule and resumes on persisted inbound events. All conversational retrieval and operational calls cross a ToolGateway, which can run in-process for deterministic tests or against the FastMCP server. SQLite is the source of durable operational, approval, renewal, outbox, and idempotency state; the default database is .state/novaops.sqlite3 and can be overridden with NOVAOPS_DB_PATH.
The dataset deliberately has no employee-to-Webex-seat relationship. Role entitlement is not proof of assignment, so inspect_software_seat_assignments returns that limitation explicitly.
Install and verify
Python 3.11 or newer is required.
git clone https://github.com/eddieiskl/novaops-company-brain.git
cd novaops-company-brain
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -e '.[dev]'
python -m pytest -qRun the committed deterministic evaluations:
python evals/run_maya_s2.py
python evals/run_maya_s9.py
python evals/run_webex_s8.py
python evals/run_submission.py
python evals/run_submission.py --include-optional
python evals/run_guardrail_attacks.pyThe submission runner maps every required measured input to binding expectations from spec/GOLDEN-DATASETS.json or an explicit Webex check. It exits non-zero when a required fact/source, permission rule, tool-use rule, or generic safety invariant fails.
MCP and live model mode
Start the MCP server in one terminal:
source .venv/bin/activate
python retrieval_mcp_server.pySmoke-test it from another:
source .venv/bin/activate
NOVAOPS_TOOL_MODE=mcp python scripts/smoke_mcp.pyFor a traced Bedrock run, create a local .env or export credentials for AWS and Langfuse, then run:
NOVAOPS_TOOL_MODE=mcp NOVAOPS_ANSWER_MODE=bedrock \
python evals/run_submission.py --include-optional --trace --update-submissionThis sends synthetic evaluation prompts and retrieved synthetic NovaOps evidence to the configured AWS Bedrock and Langfuse projects. Never commit .env; it is ignored.
Evaluation and observability
Each measured turn creates one Langfuse trace—27 for required scope and 33 with both optional workflows. Multi-turn trace inputs include prior conversation, declared evaluation criteria, and the evidence or verified operation state used by the answer. Large source documents stay in observation inputs rather than propagated metadata. The phase and tool observations wrap live execution, and tool observations record real arguments, results, completion state, and errors. Bedrock answer and structured-extraction calls appear as generation observations. Deterministic score comments explain every result rather than reporting an unexplained aggregate pass.
The bounded improvement record is in evals/IMPROVEMENT_REPORT.md. The final trace IDs and reviewed commit are recorded in SUBMISSION.md.
GitHub Actions runs pytest, the optional-inclusive 33-case promotion gate, the focused guardrail attacks, Compose validation, and a build of all three container images.
Completion status
Stage | Status |
Required Maya workflow | Complete |
Required Webex workflow | Complete |
Lesson 11 observability and evaluation | Complete; instructor membership remains an external submission step |
Lesson 12 eval-loop engineering | Complete for the required scope; before/after gate is documented |
Vendor workflow | Complete; three schema-valid 0/1/2-gap extractions |
Renewal workflow | Complete; three restart-safe, replay-safe outcomes |
Lesson 13 attack/guardrail extension | Complete as an explicit focused suite, although the supplied project has no measured security tier |
Lesson 14 packaging/deployment | Packaging and local Compose deployment complete; cloud provisioning awaits explicit cost authorization |
Security and data handling
Secrets and runtime databases are ignored by Git.
Regular employees never receive manager-only chunks.
Direct write tools are absent from Maya’s model-visible loadouts.
A recorded, assigned human approval is required before a gated write can be released.
Answers distinguish observed facts, actions taken, recommendations, and blockers.
See SUBMISSION.md for the deliverable index and spec/PROJECT-DESCRIPTION.md for the supplied project brief.
Containers
IMAGE_TAG="$(git rev-parse HEAD)" docker compose build
IMAGE_TAG="$(git rev-parse HEAD)" docker compose up -d
curl http://127.0.0.1:18080/health/live
curl http://127.0.0.1:18080/health/readySee docs/deployment.md for entry points, durability, credentials, and cloud-deployment boundaries.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Shared, permission-aware company context for AI agents, with provenance, approvals and audit.
Your company's brain for AI agents. Cited, permission-aware knowledge across every system.
- StackOneOAuthcom.stackone
Give AI agents 30,000+ safe, token-optimized actions across Workday, SAP, Oracle + hundreds more.
Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceEnables secure enterprise AI agents to access internal tools like GitHub, Gmail, Calendar, file systems, databases, and knowledge bases through the Model Context Protocol, with built-in security, audit, and observability.-
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to search HR policies, create IT support tickets, and send external emails with configurable security levels and human-in-the-loop validation.-
- FlicenseNot gradedqualityCmaintenanceEnables controlled AI-agent access to enterprise-shaped tools with a deny-by-default gated write path, human approval, dry-run execution, and append-only audit logging.1-
- AlicenseNot gradedqualityBmaintenanceEnables MCP-compatible AI agents to safely act on business backends by enforcing per-agent permissions, autonomy thresholds, human approval with review-and-edit, and full audit trails.MIT
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/eddieiskl/novaops-company-brain'
If you have feedback or need assistance with the MCP directory API, please join our Discord server