Skip to main content
Glama

Knowledge MCP Server

by sven-borkert

get_project_main

Retrieve main project documentation directly from the Knowledge MCP Server. Simplifies access to project details by replacing the need to check local CLAUDE.md files. Always use this tool to start working on any project.

Instructions

Retrieve main.md content for a project. This tool REPLACES the need to read local CLAUDE.md files. Always use this tool FIRST when starting work on any project. Returns: {exists: bool, content: str, error?: str}

Input Schema

NameRequiredDescriptionDefault
project_idYesThe project identifier

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" } }, "required": [ "project_id" ], "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