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
Available Tools
5 toolsaskInspect
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?")
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes |
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
| Name | Required | Description | Default |
|---|---|---|---|
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
| Name | Required | Description | Default |
|---|---|---|---|
| stack | No |
searchInspect
Search MidOS knowledge base for relevant information.
Use this as your FIRST tool to discover what knowledge is available. Returns ranked results with titles, snippets, and quality scores.
Args: query: Search query (keywords or topic) limit: Max results (1-20, default 5) domain: Filter by domain (engineering, security, architecture, devops, ai_ml)
Returns: JSON array of matching atoms with title, snippet, score, and source
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| domain | No |
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
| Name | Required | Description | Default |
|---|---|---|---|
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 ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.