PHP MCP Server sdk
@yamayuski
关于 PHP MCP Server sdk
PHP MCP Server SDK library
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is PHP MCP Server sdk?
PHP MCP Server sdk is a library for building MCP (Model Context Protocol) servers in PHP 8.2+. It exposes resources, prompts, and tools over standard transports (stdio and Streamable HTTP/SSE) and handles all MCP protocol messages and lifecycle events. It is intended for PHP developers who need to create MCP-compliant servers that can integrate with MCP clients.
How to use PHP MCP Server sdk?
Install the SDK via Composer: composer require yamayuski/php-mcp-server-sdk. Then write your server implementation to expose resources, prompts, and tools. The SDK manages all MCP protocol message handling and lifecycle events. For development, use Dev Containers with VS Code or PhpStorm; run composer install, then composer test for unit tests or ./start-inspector.sh for inspector testing.
Key features of PHP MCP Server sdk
- Build MCP servers that expose resources, prompts, and tools
- Use stdio or Streamable HTTP (SSE) transports
- Handle all MCP protocol messages and lifecycle events
- Requires PHP 8.2+
- Licensed under Apache-2.0
Use cases of PHP MCP Server sdk
- Create a custom MCP server for your application's data and tools
- Build a bridge between existing PHP services and MCP clients
- Implement a server that provides resources and prompts via HTTP streaming
FAQ from PHP MCP Server sdk
What PHP version is required?
PHP 8.2 or higher.
What transports does the SDK support?
It supports stdio and Streamable HTTP (SSE) transports.
How do I install the SDK?
Use Composer: composer require yamayuski/php-mcp-server-sdk.
Is there a way to test my server?
Yes, run composer test for unit tests or ./start-inspector.sh for inspector testing.
What license does the SDK use?
It is licensed under the Apache-2.0 license.
开发工具 分类下的更多 MCP 服务器
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
test
prysmaticlabsGo implementation of Ethereum proof of stake
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
评论