core-mcp-bridges

CognitiveOS-Project/core-mcp-bridges
★ 0 stars Unknown language Memory/Knowledge Updated today
Core MCP bridge servers for CognitiveOS hardware control — display (framebuffer), audio (ALSA), network, GPIO, serial. Hardware abstraction via Model Context Protocol
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "core-mcp-bridges": {
      "command": "npx",
      "args": [
        "-y",
        "CognitiveOS-Project/core-mcp-bridges"
      ]
    }
  }
}

README Excerpt

Core MCP bridge servers for CognitiveOS hardware control — display (framebuffer), audio (ALSA), network, GPIO, serial. Hardware abstraction via Model Context Protocol