Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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_edge_kindsB

Count standard semantic and extension edge kinds in the current graph.

get_provenanceA

Trace normalized source provenance through internal concepts without fetching external resources.

inspect_attested_computationA

Statically inspect an Attested Computation contract and indexed inert artifacts; never execute it.

read_bundle_assetA

Read one explicitly referenced, already indexed bundle asset with digest verification and byte bounds.

read_git_sourceA

Read one pinned sources[].git entry from an explicitly mapped checkout or bare repository without fetching.

prepare_attested_computationA

Check declared parameters and produce non-executing digests without echoing parameter values.

check_computation_receiptA

Check receipt field presence only; never attest, echo values, or persist the receipt.

check_v02_migrationA

Analyze a local or remote bundle for safe staged OKF v0.2 migration without creating proposals or writes.

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_pathA

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_neighborsB

Return the incoming and outgoing graph relationships for one OKF concept.

get_subgraphB

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_projectB

Report OKF conformance, project validity, and structured diagnostics for the complete configured project.

export_graphA

Render the current OKF graph as JSON, Graphviz DOT, or Mermaid text.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Published okf-mcp Reference BundleCanonical public OKF bundle describing the okf-mcp product and its durable contracts.
okf-mcp Reference Bundlereserved index.md
HTTP Authoring APIOptional local HTTP interface for validation and proposal-based concept authoring.
MCP Tool CatalogAgent-facing tool contract for discovery, graph navigation, validation, remote loading, and authoring.
okf-mcpProject-agnostic OKF CLI, graph index, MCP stdio server, and proposal-based authoring runtime.
Authoring SafetyInvariants protecting project boundaries, concept identity, review state, and concurrent edits.
File Concept StoreLocal proposal and concept persistence boundary used by root and project authoring.
OKF IndexerBuilds the validated in-memory document, concept, relation, and reference graph.
MCP Stdio ServerJSON-RPC stdio MCP runtime exposing OKF resources and tools.
Attested Computation SupportStatic OKF v0.2 computation contract interpretation and non-execution boundary.
OKF Concept FormatMarkdown and frontmatter contract consumed and produced by okf-mcp.
Pinned Git SourcesHost-agnostic source metadata and bounded local Git-object reads for code knowledge stored outside its source repository.
Concept AuthoringProposal-first workflow for validating, reviewing, and accepting new OKF concepts.
Concept UpdateGuarded proposal workflow for correcting an existing OKF concept without losing concurrent changes.
OKF v0.2 MigrationReview-only compatibility migration for existing v0.1 and mixed knowledge catalogs.

TDQS

B3.4/5.0

Scored across 28 tools

Disambiguation4/5

Most tools target distinct resources (concepts, bundles, graph, validation, computation), and descriptions clarify their specific scope. However, list_bundles and list_remote_bundles overlap since the former already includes remote bundles, and several validation tools have similar names. Overall, an agent can usually select correctly with clear descriptions.

Naming Consistency3/5

The naming mixes conventions: many tools use verb_noun patterns (list_, get_, validate_), but some have an okf_ prefix (okf_get_proposal, okf_validate_concept) and graph_summary is a noun phrase. This inconsistency reduces predictability, though the overall style is still readable.

Tool Count2/5

With 28 tools, the server exceeds the 25-tool threshold, making the set feel heavy. While the domain is complex, many listing and validation tools could be consolidated or generalized, and the count is high enough to overwhelm agents navigating the surface.

Completeness4/5

The tool surface is comprehensive for a read-only, validation, and graph-analysis server: it covers listing, querying, validating, and graph traversal. Missing create/update/delete operations appear out of scope, and minor gaps like no get_bundle or get_tag are workable. Overall, the domain is well-covered.

Maintenance

ActivitySlowing
ResponsivenessSlow