project
Pack: deps-dev · Endpoint: https://gateway.pipeworx.io/deps-dev/mcp
Project metadata (github | gitlab | bitbucket).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
project_type | string | yes | github | gitlab | bitbucket |
project_key | string | yes | e.g. “facebook/react” |
Example call
curl -X POST https://gateway.pipeworx.io/deps-dev/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"project","arguments":{}}}'
Response shape
| Field | Type | Description |
|---|
Full JSON Schema
{
"type": "object",
"description": "Project metadata from deps.dev API",
"properties": {}
}
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"deps-dev": {
"url": "https://gateway.pipeworx.io/deps-dev/mcp"
}
}
}
See Getting Started for client-specific install steps.