Skip to main content
Glama

Knowledge MCP Server

by sven-borkert

search_knowledge

Search project knowledge documents for specific keywords, returning results grouped by document with matching chapters. Ideal for retrieving relevant information from document body, titles, and content.

Instructions

Search project knowledge documents for keywords (case-insensitive). Returns document-centric results with matching chapters grouped by document. Searches in: document body, chapter titles, chapter content, and pre-chapter content. Returns: {success: bool, total_documents: int, total_matches: int, results: [...], error?: str}

Input Schema

NameRequiredDescriptionDefault
project_idYesThe project identifier
queryYesSpace-separated keywords to search for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "project_id": { "description": "The project identifier", "maxLength": 100, "minLength": 1, "type": "string" }, "query": { "description": "Space-separated keywords to search for", "maxLength": 200, "minLength": 1, "type": "string" } }, "required": [ "project_id", "query" ], "type": "object" }

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/sven-borkert/knowledge-mcp'

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