MCP Server
Maintained
MIT
MidOS - MCP Community Library MCP Server
io.github.MidOSresearch/midos-mcp
What is the MidOS - MCP Community Library MCP server?
Curated knowledge API for AI agents - skill packs, semantic search, validated patterns.
How to install MidOS - MCP Community Library
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"midos-mcp": {
"command": "uvx",
"args": [
"midos-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"midos-mcp": {
"command": "uvx",
"args": [
"midos-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"midos-mcp": {
"command": "uvx",
"args": [
"midos-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"midos-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"midos-mcp"
]
}
}
}Claude Code
claude mcp add midos-mcp -- uvx midos-mcpRelated MCP servers
MidOS - MCP Community Library
Maintained
Curated knowledge for AI agents — 19K chunks, 121 skills, semantic search via MCP
8
View repository →Python
MIT