@jsrepo/mcp
v0.0.26
Published
An MCP server for jsrepo.
Readme
@jsrepo/mcp
The MCP server for jsrepo.
Usage
You can automatically configure the MCP server for your environment by running the following command:
npx jsrepo config mcpManual Configuration
JSON config (for Cursor, Claude Code, Antigravity):
{
"mcpServers": {
"jsrepo": {
"command": "npx",
"args": ["@jsrepo/mcp"]
}
}
}JSON config (for VS Code):
{
"servers": {
"jsrepo": {
"command": "npx",
"args": ["@jsrepo/mcp"]
}
}
}TOML config (for Codex):
[mcp_servers.jsrepo]
command = "npx"
args = ["@jsrepo/mcp"]Available Tools
| Tool | Description |
| ------ | ------------------------------------------------- |
| add | Add a registry item or items to the users project |
| view | View a registry item |
