Skip to main content
Glama

No MCP

License: GPL v3 PyPI version

A Model Context Protocol (MCP) server that wraps NaaS (No as a Service).

Description

This is a joke MCP server that continues the satirical spirit of NaaS. When your AI agent asks any question through this server, it will always respond with "no" along with a creative reason. Perfect for when you want your AI to be consistently negative or just want to add some humor to your MCP setup.

Installation

uv pip install no-mcp-server

Usage

Running with uvx

uvx no-mcp-server

Adding to MCP Servers

Add this configuration to your MCP client settings (e.g., Claude Desktop config):

{ "mcpServers": { "no-mcp": { "command": "uvx", "args": ["no-mcp-server"] } } }

Or with a specific version:

{ "mcpServers": { "no-mcp": { "command": "uvx", "args": ["no-mcp-server@0.0.1"] } } }

Once configured, your AI agent will have access to the query tool, which will respond to any question with "no" and a creative explanation.

Development

This project uses uv for package management:

# Install dependencies uv sync # Run tests uv run poe test # Run linting uv run poe lint # Format code uv run poe format

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details.

-
security - not tested
A
license - permissive license
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/clafoutis42/no-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server