/
AI tools related to Abell. Currently includes MCP of Abell
Server configuration and capabilities from the MCP manifest
Size: 1,560 bytes (390 tokens)
Tools Found: 2
Analysis ID: rghjpst2
This MCP server provides tools for working with Abell applications, including syntax guidance and project scaffolding.
Stars
Registry ID: 7617c5d3-5ab2-4624-844d-e8cccdaebe52
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: MIT License
Default Branch: main
Last Push: 9/17/2025
Last Release: 5/1/2025
Open Issues: 16
Historical performance and growth metrics over time
{ "name": "Abell AI: MCP", "tags": [], "tools": [ { "name": "get_abell_syntax", "description": "This is to help understand the syntax of Abell and get basic understanding of abell. Call this tool everytime you're working with .abell files or need to show abell code snippets", "input_schema": { "type": "object", "required": [], "properties": {} }, "output_schema": { "content": [ { "text": "string", "type": "text" } ], "isError": "boolean" } }, { "name": "scaffold_new_abell_app", "description": "This scaffolds a new full fledge abell application. Note: Before calling tool, ensure you're in user's current working directory, ensure the directory is empty. Confirm the directory of scaffolding from user before running the tool", "input_schema": { "type": "object", "required": [ "cwd" ], "properties": { "cwd": { "type": "string", "description": "Current working directory of user. Ensure project is created in current directory and not root directory or somewhere outside" }, "installer": { "enum": [ "skip", "npm", "pnpm", "yarn", "bun" ], "type": "string" }, "projectName": { "type": "string", "description": "Name of the project. Directory is created based on this name. It should be '.' when user is expecting the project to be created in current directory. Should not have spaces. Should be lower-cased value" } } }, "output_schema": { "content": [ { "text": "string", "type": "text" } ], "isError": "boolean" } } ], "version": "1.0.0", "categories": [], "description": "This is to help understand the syntax of Abell and get basic understanding of abell. Call this tool everytime you're working with .abell files or need to show abell code snippets" }
Forks
Watchers
Contributors
Last Push: 9/17/2025
Last Release: 5/1/2025
Open Issues: 16