Skip to main content
Glama

MidOS - MCP Community Library

Server Details

Curated knowledge API for AI agents - skill packs, semantic search, validated patterns.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
MidOSresearch/midos
GitHub Stars
3
Server Listing
MidOS Research Protocol MCP

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

5 tools
askInspect

Ask a question and get a synthesized answer from the knowledge base.

Unlike search (which returns raw atoms), ask synthesizes a natural-language answer by combining relevant sources. Use when you need an explanation, not just matching documents.

Args: question: Your question (e.g., "How do I implement caching in FastAPI?")

ParametersJSON Schema
NameRequiredDescriptionDefault
questionYes
get_eurekaInspect

Get validated EUREKA discoveries — peer-reviewed insights with measured impact.

EUREKA items are the highest-quality knowledge in MidOS: each has passed quality gates, been validated by multiple sources, and includes measured ROI or performance improvements.

Returns: JSON array of EUREKA items with title, impact metrics, and content

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_skillsInspect

Get reusable skills (step-by-step procedures) for specific technologies.

Skills are validated, executable guides covering common tasks like deployment, testing, migration, and configuration. Filter by technology stack to find relevant skills.

Args: stack: Filter by technology (e.g. 'python', 'fastapi', 'react', 'kubernetes')

Returns: JSON array of skills with name, description, and stack compatibility

ParametersJSON Schema
NameRequiredDescriptionDefault
stackNo
statsInspect

Get MidOS knowledge base statistics and health metrics.

Returns total atom count, breakdown by type and domain, top contributors, and system health indicators. Use to understand the scope of available knowledge.

Returns: JSON with counts by type, domain, contributor rankings, and health status

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.