agentsclimarketplace

Mcp server quality

Skill luigipascal/skill-forge/examples/mcp-server-quality

Designs and implements MCP servers with clear tool names, Zod/Pydantic schemas, pagination, and actionable errors. Use when building MCP tools, integrating APIs with Cursor, or extending Orchestra MCP surfaces.From its SKILL.md

Install
npx -y skills add luigipascal/skill-forge --skill mcp-server-quality

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.2 KB, 235 tokens by cl100k_base, as published. Nobody here has run it

MCP Server Quality

Tool design

  • Prefix tools by domain: github_list_repos, orchestra_search
  • Descriptions: one line what + when + key params
  • Return focused JSON; paginate large lists
  • Errors: say what failed, what to try next

Stack preference

ContextChoice
Local / Cursor stdioTypeScript MCP SDK or Python FastMCP
Remote / CloudflareWorkers + streamable HTTP (see Cloudflare MCP skill if installed)

Implementation checklist

  • Input schema with field descriptions and examples
  • readOnlyHint / destructiveHint annotations where supported
  • Test with MCP Inspector: npx @modelcontextprotocol/inspector
  • No secrets in repo; env vars documented in README

Orchestra integration

Orchestra MCP endpoint (when server running): http://127.0.0.1:4317/mcp

Memory tools: memory_search, memory_save, memory_context — prefer these over duplicating memory logic in new MCP servers.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.