MCP-Server

donphi/MCP-Server

3.3

If you are the rightful owner of MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Model Context Protocol (MCP) server extends AI assistants' capabilities by allowing them to access and retrieve information from custom document collections, enhancing their knowledge base with specific content.

Tools

Functions exposed to the LLM to take actions

read_md_files

Process and retrieve files. Parameters: file_path (optional path to a specific file or directory)

search_content

Search across processed content. Parameters: query (required search query)

get_context

Retrieve contextual information. Parameters: query (required context query), window_size (optional number of context items to retrieve)

project_structure

Provide project structure information. No parameters.

suggest_implementation

Generate implementation suggestions. Parameters: description (required description of what to implement)

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources