- install Claude desktop app (https://claude.ai/download)
- to install MCP servers in it:
- copy
claude_desktop_config.jsonto~/Library/Application Support/Claude/claude_desktop_config.json - restart Claude app
- when it starts, you should see the MCP servers running in the Settings > Developer
- also, you can see the tools in the prompt (the hammer icon)
- copy
- to install MCP servers in it:
- https://github.com/modelcontextprotocol/inspector
- run the MCP inspector package
npx @modelcontextprotocol/inspector node build/index.js- access inspector in browser at http://127.0.0.1:6274
-
inspect the
repomixMCP server in the inspector- use
STDIOfor transport - use
/opt/homebrew/bin/repomixfor command - use
--mcpfor args - connect, then list tools
- use
-
test
repomixMCP server toolpack_remote_repository- use
https://github.com/omar-baba/streamlit-errorforremote - use
compress - use
**/*.scss,**/*.svg,.Rproj.user/**,ALZ/**,jobs/**,legal_notes/**for ignorePatterns- the downloaded file is specified in the response's
outputFilePath - the id of the output file is
outputIdand is used in the next toolread_repomix_output
- the downloaded file is specified in the response's
- use
-
test
repomixMCP server toolread_repomix_output- use the value of the
outputIdfrom the output of thepack_remote_repositorytool
- use the value of the
- https://github.com/jlowin/fastmcp
- to test a fastMCP server in the inspector:
fastmcp dev <path_to_mcp_server_python_entry_point>
- to install a fastMCP server in claude app
fastmcp install <path_to_mcp_server_python_entry_point>