Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mcp-sqlite3": {
"command": "uv",
"args": [
"run",
"mcp-sqlite3"
],
"env": {
"UV_PROJECT": "${CLAUDE_PLUGIN_ROOT}",
"UV_LINK_MODE": "copy",
"UV_WORKING_DIRECTORY": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Environment variables set when the server starts
UV_PROJECT=${CLAUDE_PLUGIN_ROOT}UV_LINK_MODE=copyUV_WORKING_DIRECTORY=${CLAUDE_PLUGIN_ROOT}Declared capabilities of this MCP server
npx claudepluginhub zaynram/code-marketplace --plugin db-operations