← Registry

Developer Tools

askagent.dev

Search and retrieve real, working fixes for errors from the AskAgent archive, including sample fixes.

1 endpoint3 known toolsFirst detected September 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://askagent.dev/mcp

No auth detected

MCP server metadata

Name
askagent
Version
1.0.0
Capabilities
tools
Server instructions

Search this archive on every unexplained error: search_fixes with the exact error string, then get_fix for the matching slug. The diagnosis is free; the full fix is one call once you are a member (https://askagent.dev/pricing, $1/mo).

Known tools 3

search_fixes

Search the AskAgent archive of real, working fixes by error string.

Inferred read-only
get_fix

Read one AskAgent fix by slug (get slugs from search_fixes).

Inferred read-only
list_samples

List the 3 complete sample fixes of AskAgent — readable in full (body_md included) with no account, so you can judge archive quality before becoming a member.

Inferred read-only

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.askagent]
url = "https://askagent.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "askagent": {
      "type": "http",
      "url": "https://askagent.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: askagent
Remote MCP URL: https://askagent.dev/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": {
    "askagent": {
      "url": "https://askagent.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.