
Security News
The Nightmare Before Deployment
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.
mcp-graphql-introspection
Advanced tools
A Model Context Protocol server that provides GraphQL schema introspection capabilities
A Node.js server implementing the Model Context Protocol (MCP) that provides GraphQL schema introspection capabilities. This server enables LLMs to inspect GraphQL schemas and retrieve information about available queries, mutations, and types.
introspect_schema
endpoint (string, optional): GraphQL endpoint URL (defaults to localhost:4001/api/graphql)get_graphql_gql_queries
endpoint (string, optional): GraphQL endpoint URL (defaults to localhost:4001/api/graphql)get_graphql_gql_mutations
endpoint (string, optional): GraphQL endpoint URL (defaults to localhost:4001/api/graphql)get_graphql_type_details
endpoint (string, optional): GraphQL endpoint URL (defaults to localhost:4001/api/graphql)typeNames (array of strings): Names of the GraphQL types to inspectclaude mcp add graphql-introspection npx mcp-graphql-introspection
Go to Cursor Settings -> MCP -> Add new MCP Server. Name to your liking, use command type with the command npx @playwright/mcp. You can also verify config or add command like arguments via clicking Edit.
{
"mcpServers": {
"graphql-introspection": {
"command": "npx",
"args": ["mcp-graphql-introspection"]
}
}
}
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"graphql-introspection": {
"command": "npx",
"args": ["mcp-graphql-introspection"]
}
}
}
Add this to your VS Code settings:
{
"mcpServers": {
"graphql-introspection": {
"command": "npx",
"args": ["mcp-graphql-introspection"]
}
}
}
npm install
npm run build
This MCP server is licensed under the MIT License. This allows you to freely use, modify, and distribute the software.
FAQs
A Model Context Protocol server that provides GraphQL schema introspection capabilities
The npm package mcp-graphql-introspection receives a total of 1 weekly downloads. As such, mcp-graphql-introspection popularity was classified as not popular.
We found that mcp-graphql-introspection demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.

Research
/Security News
Impostor NuGet package Tracer.Fody.NLog typosquats Tracer.Fody and its author, using homoglyph tricks, and exfiltrates Stratis wallet JSON/passwords to a Russian IP address.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.