@atomm-developer/generator-sdk-mcp
v0.1.16
Published
Generator SDK MCP Server - Vibe Coding Assistant
Maintainers
Readme
@atomm-developer/generator-sdk-mcp
Generator SDK MCP Server is a Vibe Coding assistant that helps AI models (like Claude or Cursor) understand and use the Atomm Generator SDK. It provides tools for code generation, documentation lookup, and project scaffolding.
Features
- Project Scaffolding: Generate standard HTML/Vue generator starters with
full/embedmodes. - Code Generation: Create SDK integration snippets based on natural language.
- Documentation Lookup: Instant access to SDK and Runtime Contract API references.
- Vibe Coding Optimized: Designed to work seamlessly with Cursor and Claude Desktop.
Installation
For Cursor (Recommended)
Add the following to your MCP Servers configuration in Cursor settings:
{
"mcpServers": {
"generator-sdk": {
"command": "npx",
"args": [
"-y",
"@atomm-developer/generator-sdk-mcp@latest"
]
}
}
}For Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"generator-sdk": {
"command": "npx",
"args": [
"-y",
"@atomm-developer/generator-sdk-mcp@latest"
]
}
}
}Available Tools
generate_runtime_starter: Scaffolds a new generator project (HTML/Vue).generate_code: Generates specific SDK feature implementation.query_documentation: Detailed API reference lookup.list_apis: Browses available modules and methods.
Usage Example
Ask your AI assistant:
- "Generate a new Vue generator starter with auth and billing."
- "How do I use
sdk.cloud.savein the Generator SDK?" - "Create an HTML page that integrates the login feature."
License
MIT
