Codevyr - Source code analysis and visualization
Codevyr helps engineering teams query, analyze, and visualize codebases using the Askl language.
https://www.codevyr.com/Opens ChatGPT on the web or desktop and asks it to use the WebMCP tools available here.
Connect straight to this server’s public endpoint.
https://api.codevyr.com/mcpWe add this server to your workspace, then open Studio — saved access, one connection to many servers, with a history of what ran.
Last probed Sep 14, 2026 · api.codevyr.com
3tools discovered
Askl Run
Run an askl query for read-only code exploration and return a markdown report (symbols with `file:line`, call/containment edges, and source). Prefer this over grep/file-reading for structural questions — "who calls X", "what does X call", "where is X defined", "find text". **Read the `askl://syntax` and `askl://cookbook` resources first** so your query is well-formed. Core forms: `"name"` (definition), `"x" { }` (callees of x), `{ "x" }` (callers of x), `search("literal")` (full-text), `file("/p
Askl Projects
List the indexed projects with their scope name, root path, upload status, and file/symbol counts. Call this first to learn which project names exist — the name is what `project("…")` takes to scope a query, and the counts show how large a scope is.
Askl Read
Read a line range of a source file as fenced markdown with a `file:line` header. Use for non-symbol regions (headers, config, or context around a `search()` hit); for a symbol's own body prefer `askl_run` with `projection: "body"`. The `file` path is matched on a segment boundary, so `fs/read_write.c` resolves the canonical project-prefixed path; if several files still match it reads the best one and lists the rest.
Get your MCP into directories
A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.
Directory coverage for brandsCodevyr helps engineering teams query, analyze, and visualize codebases using the Askl language.
Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.
MCPBundles probed 3 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.
No provider sign-in was required during MCPBundles' probe. Your client may still need MCPBundles credentials depending on how you connect.
Operate Codevyr - Source code analysis and visualization? Verify ownership to take over this directory entry.
This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.