deepr-research
v2.50.16Bounded research and persistent expert discovery through an Agent Skill and a local read-only MCP capability profile.
License: Apache-2.010 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/blisspixel/deeprClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packages/deepr-agent-plugin/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/deepr-research/SKILL.md└── mcp.json
Included Skills1
Inspect Deepr readiness, discover bounded MCP capabilities, and read persisted expert information and existing research results. Use for research planning, evidence review, knowledge gaps, confidence, provenance, and current read-only Deepr capability discovery.
MCP servers1
- command
- deepr-mcp
- cwd
- ${PLUGIN_DATA}
- env.DEEPR_DATA_DIR
- ${PLUGIN_DATA}/deepr
- env.DEEPR_EXPERTS_PATH
- ${PLUGIN_DATA}/deepr/experts
- env.DEEPR_REPORTS_PATH
- ${PLUGIN_DATA}/deepr/reports
- env.DEEPR_COST_DATA_DIR
- ${PLUGIN_DATA}/deepr/costs
- env.DEEPR_CAPACITY_DATA_DIR
- ${PLUGIN_DATA}/deepr/capacity
- env.DEEPR_BUDGET_FILE
- ${PLUGIN_DATA}/deepr/budget.json
- env.DEEPR_RESEARCH_MODE
- read_only
- env.DEEPR_MCP_AUTO_APPROVE
- 0
- env.DEEPR_MCP_ADVERTISE_FULL_TOOL_LIST
- 1
- env.DEEPR_LOG_LEVEL
- WARNING
- env.DEEPR_MAX_COST_PER_JOB
- 0
- env.DEEPR_MAX_COST_PER_DAY
- 0
- env.DEEPR_MAX_COST_PER_WEEK
- 0
- env.DEEPR_MAX_COST_PER_MONTH
- 0
- env.DEEPR_PER_JOB_LIMIT
- 0
- env.DEEPR_DAILY_LIMIT
- 0
- env.DEEPR_WEEKLY_LIMIT
- 0
- env.DEEPR_MONTHLY_LIMIT
- 0
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "deepr-research",
"version": "2.50.16",
"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"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[deepr-research on Agent Plugins Marketplace](https://pluginsmp.com/plugins/deepr-research)