M
Mcpsec
by @eharris128
MCP server by eharris128
Created 8/29/2025
Updated 9 days ago
README
Repository documentation and setup instructions
init
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/eharris128/mcpsec
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"eharris128-mcpsec": {
"command": "git",
"args": [
"clone",
"https://github.com/eharris128/mcpsec"
]
}
}
}