Skip to main content
Glama

Knowledge MCP Server

by sven-borkert

update_project_main

Create or replace main.md content for a project in the Knowledge MCP Server, enabling project knowledge migration or initialization. Supports full updates for new or existing projects.

Instructions

Create or completely replace main.md content for a project. This tool is used to migrate CLAUDE.md content to MCP when a project doesn't exist yet. For partial updates, use update_project_section instead. Returns: {success: bool, message?: str, error?: str}

Input Schema

NameRequiredDescriptionDefault
contentYesThe new markdown content for main.md
project_idYesThe project identifier

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "The new markdown content for main.md", "maxLength": 10485760, "type": "string" }, "project_id": { "description": "The project identifier", "maxLength": 100, "minLength": 1, "type": "string" } }, "required": [ "project_id", "content" ], "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