MCP-Server
0
The MCP Server is a Python application designed to retrieve metadata from SharePoint and query a Neo4j knowledge graph using semantic similarity. It leverages the FastMCP framework for efficient tool management and execution.
MCP Server
A Python-based server application providing tools for metadata retrieval from SharePoint and entity retrieval from a Neo4j knowledge graph using semantic similarity search.
Features
- Metadata Retrieval: Fetches structured metadata from SharePoint's 'Documents' library
- Entity Retrieval: Queries a Neo4j knowledge graph using semantic similarity to find relevant entities and their relationships
- FastMCP Integration: Built on FastMCP framework for tool management and execution
Usage
- Start the server.
- Use
metadata_retrieve
to get metadata from SharePoint. - Use
entity_retrieve
to query the knowledge graph.