Skip to content

blisspixel/deepr-research

v2.50.7Apache-2.0

Bounded research and persistent expert discovery through an Agent Skill and a local read-only MCP capability profile.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

deeprstdio
{
  "type": "stdio",
  "command": "deepr-mcp",
  "cwd": "${PLUGIN_DATA}",
  "env": {
    "DEEPR_DATA_DIR": "${PLUGIN_DATA}/deepr",
    "DEEPR_EXPERTS_PATH": "${PLUGIN_DATA}/deepr/experts",
    "DEEPR_REPORTS_PATH": "${PLUGIN_DATA}/deepr/reports",
    "DEEPR_COST_DATA_DIR": "${PLUGIN_DATA}/deepr/costs",
    "DEEPR_CAPACITY_DATA_DIR": "${PLUGIN_DATA}/deepr/capacity",
    "DEEPR_BUDGET_FILE": "${PLUGIN_DATA}/deepr/budget.json",
    "DEEPR_RESEARCH_MODE": "read_only",
    "DEEPR_MCP_AUTO_APPROVE": "0",
    "DEEPR_MCP_ADVERTISE_FULL_TOOL_LIST": "0",
    "DEEPR_LOG_LEVEL": "WARNING",
    "DEEPR_MAX_COST_PER_JOB": "0",
    "DEEPR_MAX_COST_PER_DAY": "0",
    "DEEPR_MAX_COST_PER_WEEK": "0",
    "DEEPR_MAX_COST_PER_MONTH": "0",
    "DEEPR_PER_JOB_LIMIT": "0",
    "DEEPR_DAILY_LIMIT": "0",
    "DEEPR_WEEKLY_LIMIT": "0",
    "DEEPR_MONTHLY_LIMIT": "0"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "deepr-research",
  "version": "2.50.7",
  "description": "Bounded research and persistent expert discovery through an Agent Skill and a local read-only MCP capability profile.",
  "homepage": "https://github.com/blisspixel/deepr",
  "repository": "https://github.com/blisspixel/deepr",
  "license": "Apache-2.0",
  "keywords": [
    "research",
    "agent-skills",
    "mcp",
    "knowledge-graphs",
    "persistent-experts"
  ]
}