★ 2 stars
TypeScript
🧠 Memory/Knowledge
Updated 8d ago
A generic MCP server that dynamically exposes tools, resources, and prompts based on a project-level config.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-general": {
"command": "npx",
"args": [
"-y",
"nmerget/mcp-general"
]
}
}
}
Run in terminal:
claude mcp add mcp-general npx -y nmerget/mcp-general
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-general": {
"command": "npx",
"args": [
"-y",
"nmerget/mcp-general"
]
}
}
}
README Excerpt
<div align="center"> **A generic MCP server that dynamically exposes tools, resources, and prompts based on a project-level config.** </div>
Topics
aimcpmcp-servermodel-context-protocolpromptsresourcestools