Packages
26403 resultsanet-mcp-server
Anet MCP Server is a Rust-based implementation of an MCP (Model Control Protocol) server that exposes JSON-RPC 2.0 methods for tools, prompts, and resources. It uses a NATS transport layer for message passing and an async framework (Tokio) for handling requests.
botdrop-android
Run AI agents on your Android phone — no terminal, no CLI, just a guided setup.
eureka-server
eureka-server provides an implementation of Netflix-style Eureka service discovery (Eureka Registry) to help microservices register their instances and discover other services through a central registry.
gomarkdown-paste-skill
An [Agent Skill](https://agentskills.io) that creates markdown pastes on [gomarkdown.online](https://gomarkdown.online) and returns shareable URLs.
heuristic-mcp
An MCP server (Node.js) that scans a local workspace, builds a semantic index of code, and exposes tools for AI/editor clients to search relevant code in response to natural-language queries. It also maintains an up-to-date index (via file watching) and supports debugging/status/log commands.
human-interface-guidelines-skill
[](https://github.com/zanwei/human-interface-guidelines-skill/actions/workflows/ci.yml)
ibm-fhir-server
IBM FHIR Server is a service that implements the HL7® FHIR standard API for creating, reading, updating, deleting, and searching clinical/health data resources (FHIR resources) over HTTP.
json-server-https
json-server-https is a variant of json-server that serves a JSON file (or JSON-based data) over HTTPS, enabling REST-like CRUD endpoints for local development/testing.
likec4-architecture-skill
Portable Agent Skill for architecture-as-code workflows with LikeC4.
mcp-google-drive-server
Provides an MCP server that connects an MCP client (e.g., Claude Desktop) to Google Drive, exposing at least one tool to upload Microsoft Word content to a specified Google Drive folder (returning a Google Docs-view URL). Supports both MCP stdio and an SSE/HTTP transport mode, with OAuth2 protection for the SSE/HTTP mode.
mcp-server-aws-cdk
mcp-server-aws-cdk is an MCP server package intended to expose AWS CDK-related functionality to an agent via the Model Context Protocol (MCP). It is generally used to help agents scaffold, reason about, or generate AWS CDK constructs/templates through a standardized MCP interface.
mcp-spring-ai-mcp-server
Provides a demo Spring AI MCP server using Spring Boot (WebFlux). It exposes an SSE endpoint for streaming MCP communication (e.g., /sse) and an HTTP POST message endpoint (e.g., /mcp/message) to send JSON-RPC requests such as tools/list and notifications/initialized, returning MCP tool definitions and messages over SSE.
obsidian-skill
Agent skill for the [Obsidian CLI](https://help.obsidian.md/cli) (1.12+). Read, create, search, and organize notes in Obsidian vaults. Covers daily notes, tasks, tags, properties, templates, bookmarks, plugins, knowledge graph analysis, and developer tools.
quarkus-workshop-langchain4j
A workshop to learn how to build AI-Infused applications with Quarkus and LangChain4j.
r0idamcp
r0idamcp is a single-file MCP server plugin for IDA Pro that exposes reverse-engineering and IDB-editing capabilities (e.g., list/search functions/strings, decompile/disassemble, rename functions/variables, set comments, etc.) over an SSE endpoint (FastMCP-based). Intended to be used by MCP-capable LLM assistants to automate reverse engineering workflows inside/around IDA Pro.
rg_history
Claude's entire memory exists in the file system. This is a skill to search it.
skill-autonomous-orchestrator
An [Agent Skill](https://agentskills.io) for autonomous, continuous operation across a workspace.
stack-chan/stack-chan
[日本語](./README_ja.md)
steampipe-mcp-server
steampipe-mcp-server is an MCP (Model Context Protocol) server that integrates Steampipe with agent/LLM clients via MCP, enabling agents to access Steampipe functionality through MCP tool calls.
stock-modelscope-mcp-server
An MCP (Model Context Protocol) server package intended to expose functionality related to “stock-modelscope” models/tools to MCP-compatible agents. Based on the provided package name only, it likely lets an agent query stock-related model outputs through MCP tools.