Servers
Layer Prompt Manager
@vivek100
This helps you create a mcp server which your IDE can access to create and save prompts for you code base
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"codePromptManagerMCP": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}