miru
v1.8.0Miru (見る) — hybrid code search for agents. Bun, TypeScript, Takara embeddings.
By takara.aiLicense: MIT11 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 17, 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 miru for Codex and Claude Code
codex plugin marketplace add takara-ai/miru-code
codex plugin marketplace upgrade personal
codex plugin add miru@personalPaste and run these commands in a terminal with Codex. They add and refresh the personal catalog, then install this plugin.
Compatibility: the page URL and API slug “miru” remain stable.
- Codex:
miru@agent-plugin-marketplace→miru@personal
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/takara-ai/miru-codeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/aws-transform-modernization/SKILL.md├── skills/miru/SKILL.md└── .mcp.json
Included Skills2
Use Miru Code Search for modernization/assessment tasks — mapping dependencies, finding high-risk or high-complexity modules, tracing callers, or understanding undocumented legacy code ahead of a migration. Prefer this for AWS Transform-style assessment work over grep, glob, or broad file reads.
Use Miru Code Search when the user asks where code lives, how behavior is wired, or what related code paths exist in a repo. Prefer this for conceptual code exploration over grep, glob, or broad file reads.
MCP servers1
- command
- bunx
- args
- @takara-ai/miru-code@latest
Plugin manifests3
{
"name": "miru",
"version": "1.8.0",
"description": "Miru (見る) — hybrid code search for agents. Bun, TypeScript, Takara embeddings.",
"author": {
"name": "takara.ai",
"url": "https://github.com/takara-ai"
},
"homepage": "https://takara.ai",
"repository": "https://github.com/takara-ai/miru-code",
"license": "MIT",
"keywords": [
"code-search",
"semantic-search",
"mcp",
"agents",
"takara"
],
"skills": "./skills/",
"mcpServers": "./mcp.json",
"interface": {
"displayName": "Miru Code Search",
"shortDescription": "Semantic code search for coding agents.",
"longDescription": "Miru adds repo-aware semantic search to Codex via MCP and guides agents away from grep-style exploration.",
"developerName": "takara.ai",
"category": "Productivity",
"capabilities": [
"Instructions",
"Interactive"
],
"websiteURL": "https://takara.ai",
"composerIcon": "./assets/takara-crane.svg",
"logo": "./assets/takara-logo.png",
"defaultPrompt": [
"Find where auth is wired in this repo.",
"Locate similar code paths for this file and line.",
"Search this project by behavior instead of grep."
],
"brandColor": "#0F766E"
}
}{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "miru",
"version": "1.8.0",
"description": "Semantic code search for coding agents. Find code by meaning, not grep.",
"author": {
"name": "Takara",
"url": "https://github.com/takara-ai"
},
"skills": [
"./skills/"
],
"mcpServers": "./mcp.json"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "miru",
"version": "1.8.0",
"description": "Semantic code search for coding agents. Find code by meaning, not grep.",
"author": {
"name": "Takara",
"url": "https://github.com/takara-ai"
},
"homepage": "https://takara.ai",
"repository": "https://github.com/takara-ai/miru-code",
"license": "MIT",
"keywords": [
"code-search",
"semantic-search",
"mcp",
"agents",
"takara"
],
"category": "Productivity",
"tags": [
"mcp",
"semantic-search",
"developer-tools"
],
"skills": "./skills/",
"rules": "./.cursor/rules/miru-code-search.mdc"
}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.
[miru on Agent Plugins Marketplace](https://pluginsmp.com/plugins/miru)