Skip to main content
Glama
esurovtsev

KnowFlow MCP

by esurovtsev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KNOWLEDGE_DIRNoThe path to the directory containing your knowledge base files (.txt and .md files)../knowledge

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_knowledgeA

Searches for information in the knowledge base. Use this tool when you need to retrieve specific information or context.

Available knowledge sources:
    - docs: For architecture documents, technical specifications, and notes

IMPORTANT USAGE INSTRUCTIONS:
  1. This tool returns content snippets directly from the knowledge base
  2. DO NOT attempt to access or load the source files mentioned in metadata
  3. Use ONLY the content field from each result to answer queries
  4. ALWAYS cite the EXACT source filenames (including .md extension) when presenting information to users (e.g., 'According to architecture-notes.md...')
  5. Source filenames help users understand where information comes from and allow them to verify it if needed
  6. The lastModified field indicates when the information was updated - newer information may be more relevant
  7. The score field (0-1) indicates how relevant the result is to the query - higher values are more relevant
  8. All necessary information is contained in the content snippets

Response format:
{
  instructions: "How to use these results",
  results: [
    {
      content: "The actual text snippet to use (FOCUS ON THIS)",
      metadata: {
        reference: "Filename for reference only - DO NOT ATTEMPT TO LOAD",
        source: "docs",
        lastModified: "Date of last modification",
        score: "Relevance score between 0-1"
      }
    }
  ]
}

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/esurovtsev/know-flow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server