https://github.com/setyolegowo/mcp-server-graphql
https://github.com/setyolegowo/mcp-server-graphql
ai graphql llm mcp-server
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/setyolegowo/mcp-server-graphql
- Owner: setyolegowo
- License: mit
- Created: 2025-04-04T07:27:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T10:41:49.000Z (2 months ago)
- Last Synced: 2025-04-22T19:13:48.123Z (about 2 months ago)
- Topics: ai, graphql, llm, mcp-server
- Language: TypeScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- mcp-index - GraphQL API Service - Provides a flexible and efficient interface for querying and manipulating MCP data through a GraphQL API, enabling seamless data integration and interaction with MCP services. (APIs and HTTP Requests)
README
# MCP GraphQL
[](https://smithery.ai/server/@setyolegowo/mcp-server-graphql)
## Overview
This repository contains the GraphQL implementation for the MCP (Mission Control Platform) service.
## Description
A GraphQL API service that provides a flexible and efficient interface for querying and manipulating MCP data.
## Getting Started
### Prerequisites
- Node.js
- npm or yarn
- Access to MCP services### Installing via Smithery
To install mcp-server-graphql for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@setyolegowo/mcp-server-graphql):
```bash
npx -y @smithery/cli install @setyolegowo/mcp-server-graphql --client claude
```### Manual Installation
1. Clone the repository
```bash
git clone https://github.com/setyolegowo/mcp-server-graphql.git
cd mcp-graphql
```2. Install dependencies
```bash
npm install
```### Running the Service
```bash
npm start
```## Contributing
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
## License
This project is licensed under the MIT License - see the LICENSE file for details.