diff --git a/examples/claude_desktop_config.json b/examples/claude_desktop_config.json new file mode 100644 index 0000000..ddf6120 --- /dev/null +++ b/examples/claude_desktop_config.json @@ -0,0 +1,12 @@ +{ + "mcpServers": { + "pypi-query": { + "command": "uvx", + "args": ["--from", "pypi-query-mcp-server", "pypi-query-mcp"], + "env": { + "PYPI_INDEX_URL": "https://pypi.org/simple/", + "CACHE_TTL": "3600" + } + } + } +} diff --git a/examples/cursor_mcp.json b/examples/cursor_mcp.json new file mode 100644 index 0000000..ddf6120 --- /dev/null +++ b/examples/cursor_mcp.json @@ -0,0 +1,12 @@ +{ + "mcpServers": { + "pypi-query": { + "command": "uvx", + "args": ["--from", "pypi-query-mcp-server", "pypi-query-mcp"], + "env": { + "PYPI_INDEX_URL": "https://pypi.org/simple/", + "CACHE_TTL": "3600" + } + } + } +}