diff --git a/README.md b/README.md index 0b48e46..52b0405 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,9 @@ Your MCP client will be notified when the MCP server is ready. No configuration Maybe you need to change some settings of an MCP server: `MCPMC: change the "max_records" of the filesystem server to be 2000` +## Documentation + +- [Quick Start Guide](docs/QUICK_START.md) - Get started with MCPMC +- [Security Guide](docs/SECURITY.md) - Security configuration and best practices +- [MCP Integration](docs/MCPMC_STDIO_INTEGRATION.md) - Claude Code integration details + diff --git a/MCPMC_STDIO_INTEGRATION.md b/docs/MCPMC_STDIO_INTEGRATION.md similarity index 100% rename from MCPMC_STDIO_INTEGRATION.md rename to docs/MCPMC_STDIO_INTEGRATION.md diff --git a/QUICK_START.md b/docs/QUICK_START.md similarity index 100% rename from QUICK_START.md rename to docs/QUICK_START.md diff --git a/SECURITY.md b/docs/SECURITY.md similarity index 100% rename from SECURITY.md rename to docs/SECURITY.md