← devrel.directory

INDIVIDUAL MCP TOOL

get_listing

Get the full detail for one directory listing by its slug, including longer details when present, the source repository URL and its maintenance signals where the listing has one (bucketed star count, last commit and last release month, whether GitHub reports the repository archived, and the date all of those were checked), the slugs of similar listings, curated alternatives and complements (hand-picked substitutes and stack pairings, as slug + name), and any open DevRel jobs or upcoming events cross-linked to the same company.

devrel.directorynone authenticationAvailability not checked

LIVE ENDPOINT

https://devrel.directory/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_listing and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

devrel.directory

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.devrel-directory]
url = "https://devrel.directory/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "devrel-directory": {
      "type": "http",
      "url": "https://devrel.directory/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: devrel-directory
Remote MCP URL: https://devrel.directory/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "devrel-directory": {
      "url": "https://devrel.directory/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "devrel-directory": {
      "type": "http",
      "url": "https://devrel.directory/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "devrel-directory",
  "transport": "streamable-http",
  "url": "https://devrel.directory/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_directory — Search the devrel.directory listings of DevRel tools, communities, newsletters, podcasts, and agencies.
  • list_jobs — List currently open DevRel job postings.
  • list_events — List DevRel events and conferences with their call-for-papers deadlines.
  • directory_stats — Aggregate statistics across devrel.directory in one call: listing counts by category; active job count, distinct hiring companies, the workplace mix (remote/hybrid/onsite counts), the share of roles that are remote or remote-friendly (the site's own classification, which also reads remote-prefixed locations), and salary min/median/max computed ONLY over roles stating USD pay (currencies are never blended); upcoming event count, open CFPs, and CFPs closing within 30 days.
  • search_docs — Search the devrel.directory unified index of documentation guides, blog posts, directory listings, jobs, and events (including which have an open call for papers).