personal-mcp-server

Noumena-Labs-LLC/personal-mcp-server
★ 0 stars Go File System Updated 9d ago
Personal MCP server for trusted local filesystem, command, diagnostics, and structured-data workflows.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "personal-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/Noumena-Labs-LLC/personal-mcp-server@latest"
      ]
    }
  }
}

README Excerpt

Personal MCP server for trusted local filesystem, command, diagnostics, and structured-data workflows. `personal-mcp-server` is a localhost-only Model Context Protocol server built around the official `github.com/modelcontextprotocol/go-sdk` Streamable HTTP transport. It is intended for single-user local workflows, especially Claude Desktop and other MCP clients that need more robust local tooling than stdio-only servers provide for larger request and result payloads.