
mcp server config
Fixed configuration for Model Context Protocol server with proper dependencies
Repository Info
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
-
Clone this repository:
git clone https://github.com/rvjwhite/mcp-server-config.git cd mcp-server-config -
Install dependencies:
npm install -
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:
-
Create a new directory and initialize a Node.js project:
mkdir mcp-server cd mcp-server npm init -y -
Install the required dependencies explicitly:
npm install @modelcontextprotocol/server-filesystem zod zod-to-json-schema -
Add
"type": "module"to your package.json -
Create a simple index.js file:
import { createServer } from '@modelcontextprotocol/server-filesystem'; const server = createServer(); -
Run with:
node index.js
Quick Start
Clone the repository
git clone https://github.com/rvjwhite/mcp-server-configInstall dependencies
cd mcp-server-config
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.