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
Load in Cursor (any system, like AWS Labs MCPs)
Add to Cursor MCP config (~/.cursor/mcp.json or Settings → MCP). Uses uvx so the server runs from PyPI without a local clone (same pattern as awslabs.cdk-mcp-server):
{
"mcpServers": {
"devops-mcp": {
"command": "uvx",
"args": ["mcp-memory-server@latest"],
"env": {}
}
}
}
- Use
mcp-memory-serverfor latest install, ormcp-memory-server@latestto pin to latest. - Cursor uses your workspace as cwd, so put
memory.mdin the project root, or set a path inenv:
"devops-mcp": {
"command": "uvx",
"args": ["mcp-memory-server@latest"],
"env": {
"MCP_MEMORY_PATH": "/path/to/your/memory.md"
}
}
Requires uv (curl -LsSf https://astral.sh/uv/install.sh | sh).
Publish to PyPI (so others can use uvx)
From this repo, after tests pass:
uv run python -m build
uv run twine upload dist/*
Or with a GitHub workflow: build the package, then twine upload using a PyPI token. Once mcp-memory-server is on PyPI, anyone can use the Cursor config above on any machine.
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-1.2.0.tar.gz.
File metadata
- Download URL: mcp_memory_server-1.2.0.tar.gz
- Upload date:
- Size: 5.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 |
da1d1540317ce0a670281e8f9d6c8f3d2f3b3a95ecd7735f7b157d383fe70205
|
|
| MD5 |
efa028898c0f53d51e333e2388f725fc
|
|
| BLAKE2b-256 |
ceb822a35905e446044e47372186d7e2b76624c0de95f0f65b6ba3e2c692ec4f
|
File details
Details for the file mcp_memory_server-1.2.0-py3-none-any.whl.
File metadata
- Download URL: mcp_memory_server-1.2.0-py3-none-any.whl
- Upload date:
- Size: 5.6 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 |
fb758cea8a6c4310913e16fb16a4e069774bdda517ca88c24b4ec1d2e05e2c1e
|
|
| MD5 |
e492ff97d3cb79afcd818c1067f68ca6
|
|
| BLAKE2b-256 |
7d9da37e4ecd373d9c309f949d345a33ed78129b55a22e23aa1785c14a941261
|