MCP server that exposes Project AI Memory (memory.md) as resources and tools for Cursor, Claude, and other MCP clients
Project description
mcp-name: io.github.NeetPatel/devops-mcp
DevOps MCP Server
MCP server that exposes Project AI Memory (memory.md) as resources and tools so AI clients (Cursor, Claude Desktop, etc.) can load DevOps/DevSecOps context.
Install
pip install mcp-memory-server
Run from a directory that contains memory.md, or set the path:
mcp-memory
# or
MCP_MEMORY_PATH=/path/to/memory.md mcp-memory
What it exposes
- Resource
memory://project-context– full contents ofmemory.md - Tools –
get_memory_section,get_security_checklist,get_code_standards
Cursor
Add to Cursor MCP config (~/.cursor/mcp.json or .cursor/mcp.json):
{
"mcpServers": {
"devops-mcp": {
"command": "mcp-memory",
"cwd": "/path/to/your/project"
}
}
}
Ensure memory.md is in cwd or set MCP_MEMORY_PATH in env.
Links
- Repository: https://github.com/NeetPatel/devops-mcp
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_memory_server-0.1.0.tar.gz.
File metadata
- Download URL: mcp_memory_server-0.1.0.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
002796ecebce014f807300dd7791f5fd757471d0b54d3ad6ac37bc6618c9e3b9
|
|
| MD5 |
9c41c6c780025a8e7f87eb3009fac1fe
|
|
| BLAKE2b-256 |
2b902f3b3e299a0a3d197658b42d50c4e2bf3f6cd55bf16bf5fbe6fac4ef2d44
|
File details
Details for the file mcp_memory_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mcp_memory_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72cdcd4de0cf3e96ab291e79b99cf951a801dc6beb60fe3550a1beddc5511ec6
|
|
| MD5 |
ffbc60e88e893917b75c0ba2973a97e7
|
|
| BLAKE2b-256 |
e49c7adb0732323e27ba78876e6d61d15157397006f3176a32ace016598012b2
|