The Versuno MCP server implements the Model Context Protocol so coding agents can search, load, and sync your Versuno assets without leaving their editor. It works with Cursor, Claude Code, Cline, Claude Desktop, VS Code, Windsurf, Zed, Antigravity, and any other MCP-compatible client.Documentation Index
Fetch the complete documentation index at: https://docs.versuno.ai/llms.txt
Use this file to discover all available pages before exploring further.
What you can do
- Load assets into context with
get_asset. The agent reads the full content of a prompt, persona, context, system prompt, or skill. - Search your library with
search_assetsbefore loading, so the agent only pulls what’s relevant. - Sync to disk with
pull_asset. Writes a markdown file with YAML frontmatter into.versuno/. - Push back with
push_asset. Edits made in your editor become new versions in Versuno cloud.
Quick start
- Get an API key from versuno.ai/settings/api-keys.
-
Add the server to your MCP client. For Cursor:
- Restart the client. Your agent now has 5 new tools.
Package
Published on npm asversuno-mcp. Source on GitHub. MIT licensed.
