rvjwhite
MCP Serverrvjwhitepublic

mcp server config

Fixed configuration for Model Context Protocol server with proper dependencies

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
JavaScript
Language
-
License

About This Server

Fixed configuration for Model Context Protocol server with proper dependencies

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

MCP Server Configuration

This repository contains a fixed configuration for the Model Context Protocol (MCP) server with proper dependencies to resolve the ERR_MODULE_NOT_FOUND error related to zod-to-json-schema.

Installation

  1. Clone this repository:

    git clone https://github.com/rvjwhite/mcp-server-config.git
    cd mcp-server-config
    
  2. Install dependencies:

    npm install
    
  3. Start the server:

    npm start
    

Alternative Quick Fix

If you prefer not to use this repository, you can also fix the issue with these steps:

  1. Create a new directory and initialize a Node.js project:

    mkdir mcp-server
    cd mcp-server
    npm init -y
    
  2. Install the required dependencies explicitly:

    npm install @modelcontextprotocol/server-filesystem zod zod-to-json-schema
    
  3. Add "type": "module" to your package.json

  4. Create a simple index.js file:

    import { createServer } from '@modelcontextprotocol/server-filesystem';
    const server = createServer();
    
  5. Run with: node index.js

Quick Start

1

Clone the repository

git clone https://github.com/rvjwhite/mcp-server-config
2

Install dependencies

cd mcp-server-config
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerrvjwhite
Repomcp-server-config
LanguageJavaScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation