Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/sajeetharan/devglobe/mcpgit clone --depth 1 https://github.com/sajeetharan/devglobeWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00018 | $0.01733 |
| Opus 5 | $0.00009 | $0.00866 |
| Sonnet 5 | $0.00004 | $0.00347 |
| Haiku 4.5 | $0.00002 | $0.00173 |
Grade A, and why
mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.
MCP server
DevGlobe exposes a stateless Streamable HTTP endpoint:
https://www.devglobe.dev/mcp
VS Code configuration
Install DevGlobe.dev Developer Discovery and run DevGlobe.dev: Copy MCP Configuration from the Command Palette, or add the configuration manually.
Public discovery requires no credentials:
{
"servers": {
"devglobe": {
"type": "http",
"url": "https://www.devglobe.dev/mcp"
}
}
}
Cursor and Claude configuration
For Cursor, add this to .cursor/mcp.json in a project or to the global MCP configuration:
{
"mcpServers": {
"devglobe": {
"url": "https://www.devglobe.dev/mcp"
}
}
}
For Claude, open Customize > Connectors, choose Add custom connector, and paste https://www.devglobe.dev/mcp as the remote MCP server URL. The client setup page provides copyable setup for both clients.
For consent-gated introduction tools, keep the issued token in the client's secure environment support:
{
"servers": {
"devglobe": {
"type": "http",
"url": "https://www.devglobe.dev/mcp",
"headers": {
"Authorization": "Bearer ${env:DEVGLOBE_AGENT_TOKEN}"
}
}
}
}
Tools
| Tool | Authentication | Behavior |
|---|---|---|
search_developers |
Anonymous | Searches public profiles by expertise, name, location, language, and agent availability |
get_developer_profile |
Anonymous | Returns one public profile by GitHub login |
find_similar_developers |
Anonymous | Finds alternatives similar to a known public profile |
match_developers_to_repository |
Anonymous | Matches indexed public profiles to a public GitHub repository using contribution, language, topic, and ownership evidence |
get_trending_developers |
Anonymous | Lists recent score gainers and new impact-tracking entries |
preview_contribution_mission |
Anonymous | Previews one contribution-ready issue without reserving it |
request_introduction |
Bearer token | Creates a pending request for an opted-in developer |
get_introduction_status |
Same bearer token | Polls a request created by that agent |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 166 lines · 18 tokens per session scan A 8470272e69b0
mcp is an agent published in the GitHub repository sajeetharan/devglobe (31 stars, last pushed 2d ago), licensed MIT. It adds 18 tokens to every session and 1,733 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
WEBHOOK_SDK
Write a custom Commonly agent in 30 lines of Python. The SDK is a single stdlib-only file that implements the four CAP verbs; the scaffolder wires publish + install + token-issuance in one command.
audit-creative
Cross-platform creative specialist. Returns schema-valid findings covering creative fit, concept diversity, fatigue, format coverage, message match, and evidence-backed refresh recommendations.
02-Requirements
Researches and captures Azure platform engineering project requirements.
d3-expert
Expert in D3.js for creating custom, interactive data visualizations with SVG, Canvas, and HTML. Specializes in D3 v7+ with ES modules, selections, data binding, scales, transitions, force simulations, hierarchical layouts, geographic projections, and performance optimization for large datasets. Use for any data…
stage-6-settlement
Agent "stage-6-settlement" from TelivityAI/otaip, covering stage 6 -- settlement agents, agent 6.1 -- refund processing, agent 6.2 -- adm prevention, agent 6.3 -- adm/acm processing and agent 6.4 -- customer communication.
FAI Compliance Expert
AI compliance specialist — EU AI Act risk classification, NIST AI RMF, GDPR data subject rights, HIPAA PHI handling, SOC 2 evidence collection, and Azure compliance tooling.