Skip to content

corevisor/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corevisor CLI

Local credential management and MCP server for AI assistants. Corevisor lets AI agents execute JavaScript against external APIs while keeping credentials on your machine and enforcing approval policies via a central Hub.

How it works

cv runs as an MCP server (stdio transport) that exposes tools to AI assistants:

  • execute_javascript — Run JS code in a sandboxed WASM environment (Boa engine). Outbound HTTP requests to configured domains get credentials injected automatically.
  • list_services — Show which API domains are available and whether credentials are set.
  • search_api_docs — Search API documentation for configured services by regex pattern.

Every outbound request is checked against the Corevisor Hub's approval rules. Requests can be allowed, denied, or held for human approval before proceeding.

For more information, see corevisor.xyz.

Install

npm i -g @corevisor/cv

Usage

# Authenticate with a Hub
cv login

# Store a credential locally
cv credential set api.notion.com

# Start the MCP server
cv serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages