MCPServers
Node Omnibus - MCP server logo

Node Omnibus

3
0

Summary

This Node.js-based MCP server, developed as a comprehensive development tool, integrates with the Model Context Protocol SDK to facilitate AI-assisted Node.js and TypeScript development. It leverages TypeScript for type safety and includes Axios for HTTP requests. The server is designed to be extensible, allowing developers to add custom functionality for various Node.js development tasks. It's particularly suited for scenarios requiring AI assistance in code generation, debugging, and project management within Node.js environments. The implementation's focus on Node.js specifics differentiates it from more general-purpose MCP servers, making it valuable for teams working extensively with Node.js and TypeScript.

Available Actions(12)

create_project

Scaffold new projects with built-in support for different types. Parameters: name (string), type ('react' | 'node' | 'next' | 'express' | 'fastify'), path (string), typescript (optional boolean)

install_packages

Install specified packages in the project. Parameters: packages (string[]), path (string), dev (optional boolean)

generate_component

Create a React component, either functional or class-based. Parameters: name (string), path (string), type ('functional' | 'class'), props (optional Record<string, string>)

create_type_definition

Generate TypeScript interfaces. Parameters: name (string), path (string), properties (Record<string, string>)

add_script

Add a script to the package.json. Parameters: path (string), name (string), command (string)

update_tsconfig

Update TypeScript configuration options. Parameters: path (string), options (Record<string, unknown>)

create_documentation

Generate documentation for the project. Parameters: path (string), type ('readme' | 'api' | 'component'), name (optional string)

create-project

Create a new project with specified type and features. Parameters: projectType (string), features (optional string)

analyze-code

Analyze the provided code for potential improvements. Parameters: code (string), language (string)

generate-component

Generate a new component based on the specified type. Parameters: name (string), type (string)

git-commit

Suggest a Git commit message based on the changes provided. Parameters: changes (string)

debug-error

Assist with debugging an error based on the provided message or stack trace. Parameters: error (string)

Last Updated: April 17, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Coming soon to
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ