server-dev
✓Build MCP servers that expose capabilities over the Nostr network using ContextVM. Use when creating new servers, converting existing MCP servers to ContextVM, configuring server transports, implementing access control, or setting up public server announcements.
Installation
SKILL.md
Build MCP servers that expose capabilities over Nostr using the @contextvm/sdk.
| signer | NostrSigner | Required. Signs all Nostr events | | relayHandler | RelayHandler \| string[] | Required. Relay connection manager. | | serverInfo | ServerInfo | Optional. Metadata for announcements | | isPublicServer | boolean | Publish server announcements. Default: false | | allowedPublicKeys | string[] | Whitelist client public keys |
| excludedCapabilities | CapabilityExclusion[] | Bypass whitelist for specific methods | | injectClientPubkey | boolean | Inject client pubkey into meta. Default: false | | encryptionMode | EncryptionMode | OPTIONAL, REQUIRED, or DISABLED |
Build MCP servers that expose capabilities over the Nostr network using ContextVM. Use when creating new servers, converting existing MCP servers to ContextVM, configuring server transports, implementing access control, or setting up public server announcements. Source: contextvm/cvmi.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/contextvm/cvmi --skill server-dev- Source
- contextvm/cvmi
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-17
- Updated
- 2026-02-18
Quick answers
What is server-dev?
Build MCP servers that expose capabilities over the Nostr network using ContextVM. Use when creating new servers, converting existing MCP servers to ContextVM, configuring server transports, implementing access control, or setting up public server announcements. Source: contextvm/cvmi.
How do I install server-dev?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/contextvm/cvmi --skill server-dev Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/contextvm/cvmi
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-17