
server foundation dev context
一个用于设置服务器基础开发环境的上下文仓库。
Repository Info
About This Server
一个用于设置服务器基础开发环境的上下文仓库。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
How to use
Open a empty directory, and run the following command:
Add the following mcp server to your code agent tool:
{
"mcpServers": {
"playbookmcp": {
"command": "npx",
"args": [
"-y",
"playbookmcp@latest",
"--playbook-repo",
"git@github.com:stolostron/server-foundation-agent-playbook.git"
]
}
}
}
Chat with the agent:
playbookmcp_start: setup up all server foundation repos, my github username is {your github username}
You will see the agent creates the workplace directory, and clone the repos you need.
Contributing
git clone git@github.com:stolostron/server-foundation-agent-playbook.git
Use --context-path to point to the path of the server-foundation-agent-playbook repo.
{
"mcpServers": {
"playbookmcp-dev": {
"command": "npx",
"args": [
"-y",
"playbookmcp@latest",
"--playbook-path",
"<the path to the server-foundation-agent-playbook repo>"
]
}
}
}
Quick Start
Clone the repository
git clone https://github.com/stolostron/server-foundation-dev-contextInstall dependencies
cd server-foundation-dev-context
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.