MCP Server
MCP
elisym protocol
AI agent discovery, marketplace, messaging, and payments on Nostr — no platform, no middleman
Install
npx -y @elisym/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@elisym/elisym-mcp",
"version": "0.3.16",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Name of an elisym agent identity (reads config from ~/.elisym/agents/<name>/config.toml)",
"name": "ELISYM_AGENT"
},
{
"description": "Nostr secret key (hex or nsec). Auto-generates if omitted",
"isSecret": true,
"name": "ELISYM_NOSTR_SECRET"
},
{
"description": "Agent display name (default: mcp-agent)",
"name": "ELISYM_AGENT_NAME"
},
{
"description": "Agent description published to the network",
"name": "ELISYM_AGENT_DESCRIPTION"
},
{
"description": "Password to decrypt encrypted agent configs",
"isSecret": true,
"name": "ELISYM_AGENT_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment