# DevGlobe (remote · www.devglobe.dev)

The open-source talent graph for humans and AI agents. Find developers.

- Trust score: 85/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `www.devglobe.dev`: 85/100 (this document), [markdown](https://verifymcp.io/servers/sajeetharan-devglobe/www.md), [page](https://verifymcp.io/servers/sajeetharan-devglobe/www)

## Channel facts

- Endpoint: `https://www.devglobe.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.5.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 77/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 87/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 903 tokens (~100/item across 9 items; 8 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 80/100
  - Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 97/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 89% of tool parameters carry a description.
  - Structured output schemas are declared (75% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the DevGlobe MCP server?

DevGlobe is a hosted endpoint at https://www.devglobe.dev/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http sajeetharan-devglobe 'https://www.devglobe.dev/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "sajeetharan-devglobe": {
      "url": "https://www.devglobe.dev/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "sajeetharan-devglobe": {
      "type": "http",
      "url": "https://www.devglobe.dev/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.sajeetharan-devglobe]
url = "https://www.devglobe.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sajeetharan-devglobe": {
      "type": "remote",
      "url": "https://www.devglobe.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add sajeetharan-devglobe --url 'https://www.devglobe.dev/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  sajeetharan-devglobe:
    url: "https://www.devglobe.dev/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "sajeetharan-devglobe": {
      "Transport": "http",
      "Url": "https://www.devglobe.dev/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add sajeetharan-devglobe -t streamable-http -u 'https://www.devglobe.dev/mcp'
```

### Other

```json
{
  "mcpServers": {
    "sajeetharan-devglobe": {
      "type": "http",
      "url": "https://www.devglobe.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-19 (score 85, +1)

No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 84, +1)

No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 83, +1)

- [security regression] HSTS header: unverified → fail
- [security improvement] Authorization: unverified → partial
- [security improvement] DNSSEC: unverified → pass
- [security improvement] Injection markers: unverified → pass
- [security improvement] TLS certificate: unverified → pass
- [security improvement] Transport: fail → pass
- [functional improvement] Endpoint reachability: unreachable → reachable
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.60

### 2026-09-13 (score 82, 0)

- [security regression] Endpoint reachability: reachable → unreachable
- [security regression] Stability: 0.53 → unverified
- [security regression] HSTS header: fail → unverified
- [security regression] Authorization: partial → unverified
- [security regression] Tool safety: pass → unverified
- [security regression] TLS certificate: pass → unverified
- [security regression] DNSSEC: pass → unverified
- [security regression] Transport: pass → fail
- [functional regression] Schema quality: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified

### 2026-09-12 (score 82, +2)

- [security improvement] DNSSEC: fail → pass
- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-11 (score 80, −1)

- [security regression] DNSSEC: pass → fail
- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-09-10 (score 81, +1)

No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-08 (score 80, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional] New prompt “quick-start”
- [functional] Server version: 1.5.1 → 1.6.0

## MCP tools (8)

### `search_developers` (~189 tokens)

Use when the user wants to find public developers by skill, name, language, location, agent availability, or active opportunity intent. Start discovery here; no authentication is required. Example: {"query":"TypeScript maintainers","location":"Germany","availableForAgents":true,"limit":5}.

Input parameters:

- `availableForAgents` (boolean): Set true only when the user needs profiles accepting verified agent requests
- `language` (string): Optional primary programming language, such as "TypeScript"
- `limit` (integer): Maximum results from 1 to 20
- `location` (string): Optional public location text, such as "Germany" or "Colombo"
- `opportunityType` (string): Optional active self-declared opportunity type; do not infer availability
- `query` (string, required): Required natural-language public search intent, such as "TypeScript maintainers" or a developer name

Output parameters:

- `methodologyDisclaimer` (string)
- `resultCount` (integer)
- `results` (array)

### `get_developer_profile` (~62 tokens)

Use when the user names a GitHub login or selects one DevGlobe search result and needs its public profile and contribution evidence. No authentication is required. Example: {"login":"sajeetharan"}.

Input parameters:

- `login` (string, required): GitHub login

Output parameters:

- `methodologyDisclaimer` (string)
- `profile` (object)

### `find_similar_developers` (~90 tokens)

Use when the user wants alternatives similar to a known GitHub login. Similarity uses public repository, language, location, and profile signals and is not a suitability judgment. Example: {"login":"sajeetharan","limit":5}.

Input parameters:

- `limit` (integer): Maximum similar profiles from 1 to 20
- `login` (string, required): GitHub login of the source profile

Output parameters:

- `methodologyDisclaimer` (string)
- `resultCount` (integer)
- `results` (array)
- `source` (string)

### `match_developers_to_repository` (~103 tokens)

Use when the user starts with a public GitHub repository and wants relevant indexed developers. Matches public owner, contribution, language, topic, repository, and self-declared opportunity signals; this is not a suitability judgment. Example: {"repository":"owner/repo","limit":10}.

Input parameters:

- `limit` (integer): Maximum matches from 1 to 20
- `repository` (string, required): Public GitHub repository as owner/repository or a github.com URL

Output parameters:

- `methodologyDisclaimer` (string)
- `repository` (object)
- `resultCount` (integer)
- `results` (array)

### `get_trending_developers` (~89 tokens)

Use when recency or momentum matters. Lists public score gainers and high-ranking profiles new to impact tracking; do not use as a hiring recommendation. Example: {"days":30,"limit":10}.

Input parameters:

- `days` (integer): Trend window from 1 to 90 days
- `limit` (integer): Maximum gainers and new entries from 1 to 20 each

Output parameters:

- `gainers` (array)
- `generatedAt` (string)
- `hasHistory` (boolean)
- `methodologyDisclaimer` (string)
- `newEntries` (array)
- `resultCount` (integer)
- `windowDays` (integer)

### `preview_contribution_mission` (~70 tokens)

Use when the user wants one concrete open-source contribution opportunity for an indexed GitHub login. Read-only, rate limited, and does not reserve the issue. Example: {"login":"sajeetharan"}.

Input parameters:

- `login` (string, required): Public GitHub login already indexed by DevGlobe

Output parameters:

- `mission`
- `profile` (object)
- `reservationDisclaimer` (string)
- `resultCount` (integer)

### `request_introduction` (~113 tokens)

Use only after the user explicitly asks to contact an opted-in developer. Requires a bearer token, creates a consent-gated pending request, and never returns private contact details. Example: {"developerLogin":"octocat","reason":"We would like help maintaining our open-source React library.","project":"Example UI"}.

Input parameters:

- `developerLogin` (string, required): GitHub login selected by the user
- `project` (string, required): Project or organization name
- `reason` (string, required): Specific collaboration reason of at least 20 characters

### `get_introduction_status` (~53 tokens)

Use after request_introduction to check a request created by the same authenticated agent. An accepted request returns only the public GitHub contact route.

Input parameters:

- `developerLogin` (string, required)
- `id` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/sajeetharan-devglobe/www#diagnostics

## Score history

- 2026-09-20: 85
- 2026-09-19: 85
- 2026-09-18: 84
- 2026-09-17: 84
- 2026-09-16: 84
- 2026-09-15: 83
- 2026-09-14: 83
- 2026-09-13: 82
- 2026-09-12: 82
- 2026-09-11: 80
- 2026-09-10: 81
- 2026-09-09: 80
- 2026-09-08: 80
- 2026-09-07: 79
- 2026-09-06: 79
- 2026-09-05: 78
- 2026-09-04: 78
- 2026-09-03: 77
- 2026-09-02: 77
- 2026-09-01: 77
- 2026-08-31: 76
- 2026-08-30: 76
- 2026-08-29: 75
- 2026-08-28: 71
- 2026-08-27: 71

## Common questions

### What is the DevGlobe MCP server?

DevGlobe is an MCP server listed in the public MCP registry as io.github.sajeetharan/devglobe. The open-source talent graph for humans and AI agents. Find developers. This page covers its hosted endpoint (https://www.devglobe.dev/mcp).

### Is the DevGlobe MCP server safe to use?

DevGlobe scores 85 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the DevGlobe MCP server expose?

DevGlobe exposes 8 tools: search_developers, get_developer_profile, find_similar_developers, match_developers_to_repository, get_trending_developers, and 3 more. Their descriptions and schemas cost roughly 769 tokens of context every time the server is loaded.

### Does the DevGlobe MCP server require authentication?

No. We connected to DevGlobe without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the DevGlobe MCP server still maintained?

DevGlobe is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://www.devglobe.dev/mcp
- Repository: https://github.com/sajeetharan/devglobe
- Changelog RSS feed: https://verifymcp.io/servers/sajeetharan-devglobe/www.xml
- Changelog JSON feed: https://verifymcp.io/servers/sajeetharan-devglobe/www.json
- HTML version of this page: https://verifymcp.io/servers/sajeetharan-devglobe/www
