Nikola-Vukasinovic/mcp-server-build-memory
3.2
If you are the rightful owner of mcp-server-build-memory 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 is a specialized server designed to facilitate communication and data exchange between machine learning models and various applications. It leverages the MCP technology to ensure seamless integration and efficient data handling.
Important Setup Step
Make sure to add the following mcp.json
file either globally or to your workspace:
{
"servers": {
"vec_store_memory": {
"type": "stdio",
"command": "uv",
"args": [
"--directory",
"C:\\dev\\MCP\\mcp-server-build-memory",
"run",
"server.py"
]
}
},
"inputs": []
}
This configuration is required for the MCP server to function correctly.