Servers
MCP Server
@JanithSilva
MCP server that provides tools for metadata retrieval from SharePoint and entity retrieval from a Neo4j knowledge graph using semantic similarity search.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-janithsilva": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}