Add trace-mcp MCP server (devtools)#553
Merged
Merged
Conversation
trace-mcp is a framework-aware code intelligence MCP server providing semantic navigation, impact analysis, and refactoring tools across 60 framework integrations and 81 languages. Repo: https://github.com/nikolai-vysotskyi/trace-mcp npm: https://www.npmjs.com/package/trace-mcp
|
@nikolai-vysotskyi is attempting to deploy a commit to the Daniel Avila's projects Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
👋 Thanks for contributing, @nikolai-vysotskyi!This PR touches What happens next
While you wait
This is an automated message. No action is required from you right now — a maintainer will review soon. |
davila7
approved these changes
Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds trace-mcp — a framework-aware code intelligence MCP server — under
cli-tool/components/mcps/devtools/.trace-mcp gives Claude Code semantic navigation, impact analysis, and refactoring tools (search, get_outline, get_symbol, find_usages, get_change_impact, apply_codemod, change_signature, etc.) across 60 framework integrations and 81 languages, with up to 99% token reduction vs. raw Read/Grep workflows.
File added
cli-tool/components/mcps/devtools/trace-mcp.json:{ "mcpServers": { "trace-mcp": { "description": "Framework-aware code intelligence — semantic navigation, impact analysis, and refactoring across 60 framework integrations and 81 languages with up to 99% token reduction.", "command": "npx", "args": ["-y", "trace-mcp@latest"] } } }serveis the default CLI command, so no extra args are needed.Test plan
devtools/(e.g.serena.json,context7.json)npx -y trace-mcp@lateststarts the MCP server over stdio (published on npm, no auth required)devtools/alongside other code-intelligence servers (serena)Summary by cubic
Adds
trace-mcpMCP server to devtools to provide framework‑aware code intelligence. Enables semantic navigation, impact analysis, and refactors vianpxwith no extra setup.cli-tool/components/)cli-tool/components/mcps/devtools/trace-mcp.json(runsnpx -y trace-mcp@latest)docs/components.jsonWritten for commit 89ef5d7. Summary will update on new commits. Review in cubic