@permamind/mcp
v1.0.20
Published
MCP server for Agent Skills Registry - exposes publish, search, and install to Claude AI
Maintainers
Readme
@permamind/mcp
MCP server for Agent Skills Registry - publish, search, and install Claude Agent Skills through natural language.
Installation
No installation needed - runs via npx.
Configuration
Add to your .mcp.json:
{
"mcpServers": {
"permamind-skills": {
"command": "npx",
"args": ["@permamind/mcp@latest"],
"env": {
"SEED_PHRASE": "your twelve word seed phrase here"
}
}
}
}Restart Claude Code to load the server.
Environment Variables
SEED_PHRASE(required): 12-word BIP39 mnemonic for wallet generationLOG_LEVEL(optional):error,warn,info,debug(default:info)REGISTRY_PROCESS_ID(optional): Custom AO registry process IDINSTALL_LOCATION(optional): Custom skill install directory (default:~/.claude/skills)
Usage
Check Server Health
User: Check if the skills MCP server is workingReturns server status, version, and wallet address.
Search for Skills
User: Search for skills about blockchainUser: Find skills tagged with "ao" and "arweave"Returns list of matching skills with names, versions, descriptions, and authors.
Install Skills
User: Install the ao-basics skillUser: Install ao-basics version 1.0.0Installs the skill to ~/.claude/skills/ with automatic dependency resolution.
Publish Skills
User: Publish the skill in /absolute/path/to/skill-directoryPublishes the skill to Arweave and registers it in the AO registry. Returns transaction ID and gateway URL.
Requirements
- Node.js ≥ 20.11.0
- 12-word BIP39 seed phrase
- Arweave wallet with AR tokens (for publishing only)
Tools Available
ping- Health checksearch_skills- Search registry by keyword/tagsinstall_skill- Install skills with dependenciespublish_skill- Publish skills to registry
Troubleshooting
Server not loading?
- Restart Claude Code after editing
.mcp.json - Check
SEED_PHRASEis exactly 12 words - Set
LOG_LEVEL: "debug"to see detailed logs
Publish fails?
- Ensure wallet has AR tokens
- Verify SKILL.md has valid frontmatter
- Check Arweave gateway connectivity
Can't find skills?
- Try broader search terms
- Remove tag filters
- Search with empty query to list all skills
License
MIT
