diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index e7abe18..ce7b13e 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -226,6 +226,8 @@ }, "active": "d5c6d8933290711d", "lastOpenFiles": [ + "100 inbox/1779061553-LQHN.md~", + "100 inbox/1779061553-LQHN.md", "100 inbox/1778493481-VJZL.md", "100 inbox/1778553635-RFCE.md", "100 inbox/1778553155-TGHR.md", @@ -260,8 +262,6 @@ "400 resources/440 Code Cheats Snips CLI", "200 projects/260 Build Create Make", "200 projects/250 IOT", - "300 areas/390 Dev Ops Computers.md", - "300 areas/350 AI.md", - "templates/ai_dev_ops.md" + "300 areas/390 Dev Ops Computers.md" ] } \ No newline at end of file diff --git a/100 inbox/1779061553-LQHN.md b/100 inbox/1779061553-LQHN.md new file mode 100644 index 0000000..d844716 --- /dev/null +++ b/100 inbox/1779061553-LQHN.md @@ -0,0 +1,46 @@ +--- +created: 2026-05-18 09:45 +type: documentation +language: +environment: +source_url: +tags: + - dev + - snippets + - ai + - dev-ops +aliases: [] +id: 1779061553-LQHN +--- +# Tech Snippet: 1779061553-LQHN + +The file /home/sam/.config/mcp/mcp.json had comments in it for creating MCP server connections for the Pi Dev environment. I had to take them out. Here they are. + +{ + // Pi MCP Adapter configuration + // Add MCP servers here to make them available to Pi. + // The pi-mcp-adapter extension reads this file automatically. + // + // Find MCP servers at: + // https://github.com/modelcontextprotocol/servers + // https://smithery.ai (community MCP server registry) + // + // Popular servers: + // filesystem — npx -y @modelcontextprotocol/server-filesystem /path + // github — npx -y @modelcontextprotocol/server-github + // brave-search — npx -y @modelcontextprotocol/server-brave-search + // home-assistant — npx -y @bankless/ha-mcp + // postgres — npx -y @modelcontextprotocol/server-postgres postgresql://... + // + // Usage in Pi: /mcp to manage, mcp({ tool: "tool_name", args: '{}' }) to call + // + "mcpServers": { + // Example filesystem server (uncomment to use): + // "filesystem": { + // "command": "npx", + // "args": ["-y", "@modelcontextprotocol/server-filesystem", "/home/sam"] + // } + } +} + +