weavatrix
v1.11.0Evidence infrastructure for AI software agents: 47 read-only repository intelligence tools through MCP.
By WeavatrixLicense: MIT4 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 6, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install weavatrix for Codex and Claude Code
codex plugin marketplace add Weavatrix/weavatrix
codex plugin marketplace upgrade weavatrix
codex plugin add weavatrix@weavatrixPaste and run these commands in a terminal with Codex. They add and refresh the weavatrix catalog, then install this plugin.
Compatibility: the page URL and API slug “weavatrix” remain stable.
- Codex:
weavatrix@agent-plugin-marketplace→weavatrix@weavatrix
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Weavatrix/weavatrixClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/weavatrix/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/weavatrix/SKILL.md└── .mcp.json
Included Skills1
Use the Weavatrix MCP when a repository task benefits from indexed evidence: codebase orientation, symbol/source search, dependency or call graphs, change impact, API/event tracing, architecture checks, Git/coverage evidence, duplicates, dead-code review, or semantic context. Skip it for trivial single-file edits or when a known source file and native tests already answer the task.
MCP servers1
- command
- npx
- args
- -y [email protected] mcp .
Plugin manifests2
{
"name": "weavatrix",
"version": "1.11.0",
"description": "Evidence infrastructure for AI software agents: 47 read-only repository intelligence tools through MCP.",
"author": {
"name": "Weavatrix",
"email": "[email protected]",
"url": "https://github.com/Weavatrix"
},
"homepage": "https://weavatrix.com",
"repository": "https://github.com/Weavatrix/weavatrix",
"license": "MIT",
"keywords": [
"mcp",
"repository-intelligence",
"code-graph",
"static-analysis",
"architecture"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Weavatrix",
"shortDescription": "A living evidence graph for AI software agents",
"longDescription": "Turn a repository into a reusable, revision-bound evidence graph for orientation, impact, APIs, architecture, Git, search, semantics, memory, and verification—without granting source-write or network access.",
"developerName": "Weavatrix",
"category": "Infrastructure",
"capabilities": [
"Read"
],
"websiteURL": "https://weavatrix.com/ecosystem",
"defaultPrompt": [
"Map this repository and identify its main modules.",
"Assess the impact and tests for my current changes.",
"Audit architecture, duplicates, and dead-code candidates."
],
"brandColor": "#7C6CFF",
"composerIcon": "./assets/logo.svg",
"logo": "./assets/logo.svg"
}
}{
"name": "weavatrix",
"version": "1.11.0",
"description": "Evidence infrastructure for AI software agents: 47 read-only repository intelligence tools through MCP.",
"author": {
"name": "Weavatrix",
"email": "[email protected]",
"url": "https://github.com/Weavatrix"
},
"homepage": "https://weavatrix.com",
"repository": "https://github.com/Weavatrix/weavatrix",
"license": "MIT",
"logo": "assets/logo.svg",
"keywords": [
"mcp",
"repository-intelligence",
"code-graph",
"static-analysis",
"architecture"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[weavatrix on Agent Plugins Marketplace](https://pluginsmp.com/plugins/weavatrix)