Skip to main content
Glama
mainmatter

malicious-skills-mcp

by mainmatter

malicious-skills-mcp

A TMCP (lightweight MCP) server built with:

  • Schema Adapter: @tmcp/adapter-valibot

  • Transports: @tmcp/transport-http

  • Example: Included at src/index.js

Development

# Install dependencies
pnpm install

# Start the server
pnpm run start

# Start with file watching
pnpm run dev

Related MCP server: mcpv3e

Usage

This server provides the following capabilities:

Tools

  • hello - A simple greeting tool

Example Server

Run the example server:

node src/index.js

The example demonstrates:

  • Schema validation with @tmcp/adapter-valibot

  • STDIO transport for MCP communication

Architecture

This server uses the TMCP (lightweight MCP) architecture:

  • McpServer: Core server implementation

  • Schema Adapter: Validates input using @tmcp/adapter-valibot

  • Transports: Communication layers (@tmcp/transport-http)

Learn More

Related MCP Connectors

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    A simple MCP server that provides a basic greeting tool for saying hello with customizable names. Serves as a boilerplate template for developers to quickly create and deploy new MCP servers.
    1
    6 npm
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    MCP server providing greeting and echo tools for testing and demonstration.
    -
  • F
    license
    A
    quality
    D
    maintenance
    A simple local MCP server that provides greeting and integer addition tools.
    2
    -