Created
December 22, 2024 22:43
-
-
Save jimpick/83df01498186bad360d2b8049f46a8f0 to your computer and use it in GitHub Desktop.
Revisions
-
jimpick created this gist
Dec 22, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ This is really cool ... I built my modified libraries and published them to npm under my @jimpick namespace. I also published my MCP app. So now I can just do this in `~/Library/Application Support/Claude/claude_desktop_config.json`: ``` { "mcpServers": { "json-doc-server": { "command": "npx", "args": [ "-y", "@jimpick/mcp-database-server" ] } } } ``` And it will automatically install as long as Node.js is setup. If you want to reset things, you can do: `rm -rf ~/.fireproof /tmp/dist ~/.npm/_npx`