Confidential guide on numerology and astrology, based of GG33 Public information

mcp-nodo-omnibus-server
Un servidor integral del protocolo de contexto del modelo (MCP) que proporciona capacidades avanzadas de herramientas y automatización de desarrollo de nodos.js.
3 years
Works with Finder
1
Github Watches
1
Github Forks
3
Github Stars
Node Omnibus MCP Server
A comprehensive Model Context Protocol (MCP) server that provides advanced Node.js development tooling and automation capabilities.
Features
Project Management
-
Project Creation: Scaffold new projects with built-in support for:
- React
- Next.js
- Express
- Fastify
- Plain Node.js
- TypeScript Integration: Automatic TypeScript configuration and setup
- Package Management: Smart dependency installation and version management
Component Generation
- Create React components (functional or class-based)
- TypeScript interfaces generation
- Automatic prop types definition
- Component documentation generation
Configuration Management
- TypeScript configuration management
- NPM script management
- Package.json updates
- Environment setup
Documentation
- Project README generation
- API documentation
- Component documentation
- TypeScript type definitions documentation
AI-Powered Assistance
- Project creation guidance
- Code analysis and improvements
- Component generation assistance
- Git commit message suggestions
- Error debugging assistance
Installation
Installing via Smithery
To install Node Omnibus Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @bsmi021/mcp-node-omnibus-server --client claude
- Clone the repository
- Install dependencies:
npm install
Usage
The server operates using the Model Context Protocol over stdio. It can be integrated with any MCP-compatible client.
Starting the Server
npm start
Available Tools
-
create_project
{ name: string; type: 'react' | 'node' | 'next' | 'express' | 'fastify'; path: string; typescript?: boolean; }
-
install_packages
{ packages: string[]; path: string; dev?: boolean; }
-
generate_component
{ name: string; path: string; type: 'functional' | 'class'; props?: Record<string, string>; }
-
create_type_definition
{ name: string; path: string; properties: Record<string, string>; }
-
add_script
{ path: string; name: string; command: string; }
-
update_tsconfig
{ path: string; options: Record<string, unknown>; }
-
create_documentation
{ path: string; type: 'readme' | 'api' | 'component'; name?: string; }
Available Prompts
-
create-project
{ projectType: string; // react, node, next, express, fastify features?: string; // comma-separated list of features }
-
analyze-code
{ code: string; language: string; }
-
generate-component
{ name: string; type: string; // functional or class }
-
git-commit
{ changes: string; // Git diff or description of changes }
-
debug-error
{ error: string; // Error message or stack trace }
Project Structure
node-omnibus-server/
├── src/
│ └── index.ts # Main server implementation
├── dist/ # Compiled JavaScript
├── node_modules/ # Dependencies
├── package.json # Project configuration
└── tsconfig.json # TypeScript configuration
Development
Building
npm run build
Running Tests
npm test
Development Mode
npm run dev
Integration
VSCode Configuration
Add to your VSCode settings:
{
"mcpServers": {
"node-omnibus": {
"command": "node",
"args": ["path/to/node-omnibus-server/dist/index.js"]
}
}
}
Client Usage Example
const client = new McpClient();
await client.connect(transport);
// Create a new React project
const result = await client.callTool('create_project', {
name: 'my-app',
type: 'react',
path: './projects',
typescript: true
});
// Use AI assistance for project setup
const guidance = await client.getPrompt('create-project', {
projectType: 'react',
features: 'typescript,testing,docker'
});
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
License
MIT License - See LICENSE file for details
Requirements
- Node.js >= 14.x
- npm >= 6.x
- TypeScript >= 4.x
Dependencies
- @modelcontextprotocol/sdk
- axios
- typescript (dev)
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Espejo dehttps: //github.com/agentience/practices_mcp_server
Espejo de https: //github.com/bitrefill/bitrefill-mcp-server
Servidor MCP para obtener contenido de la página web con el navegador sin cabeza de dramaturgo.
Un bot de chat de IA para equipos pequeños y medianos, que apoyan modelos como Deepseek, Open AI, Claude y Gemini. 专为中小团队设计的 ai 聊天应用 , 支持 Deepseek 、 Open ai 、 Claude 、 Géminis 等模型。
Un poderoso complemento Neovim para administrar servidores MCP (protocolo de contexto del modelo)
Puente entre los servidores Ollama y MCP, lo que permite a LLM locales utilizar herramientas de protocolo de contexto del modelo
Reviews

user_T9ysYXdK
I've been using the mcp-node-omnibus-server developed by bsmi021, and I'm genuinely impressed by its efficiency and robustness. The server integrates seamlessly with my applications, providing reliable performance and straightforward configurations. Highly recommend checking it out on GitHub!