KnowFlow MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KNOWLEDGE_DIR | No | The path to the directory containing your knowledge base files (.txt and .md files). | ./knowledge |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_knowledgeA | Searches for information in the knowledge base. Use this tool when you need to retrieve specific information or context. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
There is only one tool, so no ambiguity exists between tools. The tool's purpose is clearly defined as searching a knowledge base.
With a single tool, naming is inherently consistent. The name 'search_knowledge' follows a clear verb_noun pattern.
A single search tool is insufficient for a knowledge base server. Typically, such servers would include create, update, and delete tools to manage knowledge entries.
The server lacks any tools beyond search. There are no create, update, or delete operations, which are essential for managing a knowledge base.