npm abell-aistdioMITupdated 6mo ago
A Low-Level, Framework Agnostic, Highly Flexible Static-Site-Generator to help you build Static Sites without too much of learning curve.
¿Qué puedes hacer con abell?
A Low-Level, Framework Agnostic, Highly Flexible Static-Site-Generator to help you build Static Sites without too much of learning curve.
Documentation: https://abelljs.org
📖 Create Abell Project
npx create-abell my-abell-site
cd my-abell-site
npm run dev
Check out https://abelljs.org for complete documentation.
🚀 Syntax Example
<!-- index.abell -->
<html>
<body>
I can render JavaScript! Look: {{ 10 + 10 }}
</body>
</html>
Output:
<!-- index.html -->
<html>
<body>
I can render JavaScript! Look: 20
</body>
</html>
Learn More at Syntax Guide
📄 License
This project is licensed under the MIT License
🤗 Contributing
Check out CONTRIBUTING.md
If you like my work, you can sponsor me on GitHub: https://github.com/sponsors/saurabhdaware 🌻
Instalación
Añade abell a tu cliente. Elige el que uses.
claude mcp add abell-ai -- npx -y abell-aicodex mcp add abell-ai -- npx -y abell-aiamp mcp add abell-ai -- npx -y abell-ai{
"mcpServers": {
"abell-ai": {
"command": "npx",
"args": [
"-y",
"abell-ai"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"abell-ai": {
"command": "npx",
"args": [
"-y",
"abell-ai"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"abell-ai","command":"npx","args":["-y","abell-ai"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"abell-ai": {
"command": "npx",
"args": [
"-y",
"abell-ai"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"abell-ai": {
"command": "npx",
"args": [
"-y",
"abell-ai"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"abell-ai": {
"command": "npx",
"args": [
"-y",
"abell-ai"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"abell-ai": {
"type": "local",
"command": "npx",
"args": [
"-y",
"abell-ai"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"abell-ai": {
"command": {
"path": "npx",
"args": [
"-y",
"abell-ai"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y abell-aiRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación13/25
- Mantenimiento9/25
- Confianza16/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 181 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 0.0.9Última | 17 sept 2025 |