okf-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_bundlesA | List the local and remote OKF bundles currently loaded by the server. |
| list_conceptsB | List compact OKF concept summaries with optional bundle, type, tag, and text filters. |
| get_conceptA | Read one valid OKF concept, including its frontmatter, Markdown body, and links. |
| search_conceptsA | Search OKF concepts and return ranked summaries using text and structured filters. |
| list_typesA | Count the concept types present in the current OKF index. |
| list_tagsA | Count the tags present on concepts in the current OKF index. |
| list_relation_typesB | Count the typed relations present in the current OKF graph. |
| list_remote_bundlesA | List metadata for remote bundles currently loaded into the server. |
| okf_validate_conceptA | Validate a proposed new OKF concept without writing a proposal or concept file. |
| okf_suggest_concept_pathB | Suggest a safe bundle relative Markdown path from a concept type and title. |
| okf_list_proposalsB | List compact metadata for stored authoring proposals. |
| okf_get_proposalA | Read one authoring proposal, including its candidate content and validation result. |
| get_graphB | Return a bounded set of OKF graph nodes and edges with optional concept filters. |
| get_neighborsA | Return the incoming and outgoing graph relationships for one OKF concept. |
| get_subgraphA | Traverse a bounded OKF subgraph outward from one or more seed concepts. |
| find_pathsA | Find bounded relationship paths between two OKF concepts. |
| graph_summaryA | Summarize bundle, concept, edge, type, tag, and graph health counts. |
| validate_bundleA | Report OKF conformance separately from project validity for one bundle or the full current index. |
| validate_projectA | Report OKF conformance, project validity, and structured diagnostics for the complete configured project. |
| export_graphB | Render the current OKF graph as JSON, Graphviz DOT, or Mermaid text. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Published okf-mcp Reference Bundle | Canonical public OKF bundle describing the okf-mcp product and its durable contracts. |
| okf-mcp Reference Bundle | reserved index.md |
| HTTP Authoring API | Optional local HTTP interface for validation and proposal-based concept authoring. |
| MCP Tool Catalog | Agent-facing tool contract for discovery, graph navigation, validation, remote loading, and authoring. |
| okf-mcp | Project-agnostic OKF CLI, graph index, MCP stdio server, and proposal-based authoring runtime. |
| Authoring Safety | Invariants protecting project boundaries, concept identity, review state, and concurrent edits. |
| File Concept Store | Local proposal and concept persistence boundary used by project authoring. |
| OKF Indexer | Builds the validated in-memory document, concept, relation, and reference graph. |
| MCP Stdio Server | JSON-RPC stdio MCP runtime exposing OKF resources and tools. |
| OKF Concept Format | Markdown and frontmatter contract consumed and produced by okf-mcp. |
| Concept Authoring | Proposal-first workflow for validating, reviewing, and accepting new OKF concepts. |
| Concept Update | Guarded proposal workflow for correcting an existing OKF concept without losing concurrent changes. |
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/mfdaves/okf-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server