knowledge-curator-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WIKI_LANG | No | Wikipedia language edition (en, ja, ...) | ja |
| OLLAMA_HOST | No | Ollama server URL | http://localhost:11434 |
| OLLAMA_MODEL | No | Any installed Ollama model | qwen2.5:3b |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fact_check_documentA | Fact-check a Markdown/Obsidian note using a local LLM (Ollama) and free sources (Wikipedia, DuckDuckGo). Identifies claims that are verified, contradicted, or need a citation. |
| verify_claimA | Verify a single claim with a local LLM against free sources, returning a verdict and citations. |
| add_citationsB | Fact-check a file and automatically insert citations for claims that need them. |
| scan_vault_for_issuesB | Scan an entire Obsidian vault and report files containing claims that are contradicted or need citations. |
| git_commit_correctionsC | Commit corrected files to git. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/Ryu07-d/knowledge-curator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server