Validate, search, graph, and safely author local Open Knowledge Format bundles.
If you already use Okf, the okf mcp server is the piece that lets your assistant work with it directly. Validate, search, graph, and safely author local Open Knowledge Format bundles.
okf-mcp is a project-agnostic Open Knowledge Format CLI, graph index, generator runner, MCP stdio server, and optional HTTP authoring API.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
list_bundles — list_conceptsget_concept — search_conceptslist_types — list_tagslist_relation_types — load_remote_bundlelist_remote_bundles — okf_validate_conceptokf_suggest_concept_path — okf_propose_conceptokf_propose_update — okf_list_proposalsokf_get_proposal — okf_accept_proposalokf_reject_proposal — get_graphget_neighbors — get_subgraphfind_paths — graph_summaryvalidate_bundle — validate_projectConfiguration is passed through the environment: OKF_WRITE_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Okf's toolset — list_bundles, get_concept, list_types and 11 more — is a fair guide to whether it matches your workflow. It is maintained by mfdaves; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| list_bundles | list_concepts |
| get_concept | search_concepts |
| list_types | list_tags |
| list_relation_types | load_remote_bundle |
| list_remote_bundles | okf_validate_concept |
| okf_suggest_concept_path | okf_propose_concept |
| okf_propose_update | okf_list_proposals |
| okf_get_proposal | okf_accept_proposal |
| okf_reject_proposal | get_graph |
| get_neighbors | get_subgraph |
| find_paths | graph_summary |
| validate_bundle | validate_project |
| Mode | Proposal mutations |
| default | disabled |
{
"mcpServers": {
"okf": {
"command": "npx",
"args": [
"-y",
"@mfdaves/okf-mcp@0.3.3",
"--bundle",
"app=/absolute/path/to/repo/okf/bundles/app",
"mcp"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| OKF_WRITE_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.