Father-MCP

by deepsuthar496

207 downloads
Not rated
GitHub

About

An MCP server enabling AI models to implement the Model Context Protocol, complete with tools and documentation.

Details

Author
deepsuthar496
Downloads
207
Categories
Other

- Access comprehensive MCP documentation and examples
- Validate MCP server configurations
- Generate template code for new MCP servers
- Type-safe implementation with modern JavaScript features

Install dependencies with npm install, build the project with npm run build, then configure the server in your MCP settings file by adding a "father-mcp" entry under "mcpServers" pointing to the compiled build/index.js file.

Father-MCP

A Model Context Protocol (MCP) server designed to help AI models understand and create their own MCP implementations. This server provides tools and documentation to facilitate the development of MCP-enabled applications.

🌟 Features

- Documentation Tools: Access comprehensive MCP documentation and examples
- Configuration Validation: Validate MCP server configurations
- Code Generation: Generate template code for new MCP servers
- Built with TypeScript: Type-safe implementation with modern JavaScript features

πŸ“‹ Prerequisites

- Node.js (v14 or higher)
- npm (v6 or higher)

πŸš€ Installation

1. Clone the repository:

git clone https://github.com/deepsuthar496/father-mcp
cd father-mcp

2. Install dependencies:

npm install

3. Build the project:

npm run build

4. Configure the MCP server in your MCP settings file:

{
"mcpServers": {
"father-mcp": {
"command": "node",
"args": ["path/to/father-mcp/build/index.js"],
"disabled": false,
"alwaysAllow": []
}
}
}

πŸ› οΈ Available Tools

1. get_mcp_docs

Get detailed documentation about MCP concepts and implementation.
// Example usage
{
  "topic": "overview" // or "tools", "resources", "server_setup"
}

2. validate_config

Validate MCP server configurations to ensure they follow the correct format.
// Example usage
{
  "config": {
    "mcpServers": {
      "my-server": {
        "command": "node",
        "args": ["path/to/server.js"]
      }
    }
  }
}

3. generate_server_code

Generate template code for new MCP servers.
// Example usage
{
  "serverType": "tool", // or "resource", "hybrid"
  "name": "my-server",
  "description": "My awesome MCP server"
}

πŸ“ Project Structure

father-mcp/
β”œβ”€β”€ src/
β”‚   └── index.ts      # Main server implementation
β”œβ”€β”€ build/            # Compiled JavaScript files
β”œβ”€β”€ package.json      # Project dependencies and scripts
β”œβ”€β”€ tsconfig.json     # TypeScript configuration
└── README.md         # Project documentation

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ“š Additional Resources

- MCP SDK Documentation
- MCP Specification

πŸ€– Why Father-MCP?

Father-MCP serves as a foundational tool for AI models to understand and implement the Model Context Protocol. It's designed to be both educational and practical, helping AI systems create their own MCP servers while following best practices and standards.

---
Built with ❀️( Actually, Vibe coded 😁) for the AI community

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.