Spryker Search Tool
Search Spryker packages, documentation, and code within Spryker GitHub repositories using natural language.
Spryker Search Tool
A command-line tool that initializes a Model Context Protocol (MCP) server to provide spryker search capabilities for Spryker GitHub repositories.
This tool allows you to search Spryker packages and documentation or their code contents using natural language queries. It supports filtering by specific GitHub organizations.
⨠Features
- Search for Spryker packages on GitHub
- Search for Spryker public documentation https://docs.spryker.com/
- Code-level search across Spryker repositories
- Support for filtering by organization (
spryker,spryker-eco,spryker-sdk,spryker-shop,spryker-community) - Runs as an MCP server using stdio transport
š Installation
Ensure npm and npx are installed.
git clone
cd spryker-module-finder && npm install
MCP server makes the tool compatible with various AI agents to extend context with Spryker Project context
Tools:
- Claude desktop
- JetBrains AI Assistant plugin
- Qodo Gen JetBrains plugin
- Windsurf
- Cursor
- Cursor
- etc.
Settings
You can add as many servers as projects, just by configuring them properly using the project name.
{ "mcpServers": { "sprykerPackageSearch": { "command": "npx", "args": [ "-y", "/FULL_PATH/spryker-module-finder" ], "env": { "GITHUB_PERSONAL_ACCESS_TOKEN":"token" } } } }
Debug
npx @modelcontextprotocol/inspector npx node src/index.js
Test
npm test
npx eslint . --fix
š§ Available Tools
search_spryker_packages
Searches for Spryker packages based on a natural language query.
Parameters:
- query (string, required): The natural language query to search GitHub repositories.
- organisations (array of strings, optional): List of GitHub orgs to filter by. Example: ["spryker", "spryker-eco", "spryker-sdk", "spryker-shop", "spryker-community"]
search_spryker_package_code
Searches for PHP code inside Spryker GitHub repositories.
Parameters:
- query (string, required): The natural language query to search within code.
- organisations (array of strings, optional): List of GitHub orgs to filter by. Example: ["spryker", "spryker-eco", "spryker-sdk", "spryker-shop", "spryker-community"]
search_spryker_documentation
Searches for Spryker documentation.
Parameters:
- query (string, required): The natural language query to search Spryker documentation.
š§© Architecture
Built with Model Context Protocol SDK
Uses StdioServerTransport for communication
Validates input with zod
Handles GitHub API integration for repository and code search
š License
MIT
š„ Authors
- Vitalii Ivanov
Server Terkait
Mastra Docs Server
Provides AI assistants with direct access to Mastra.ai's complete knowledge base.
Travel Planner
A server for travel planning and interacting with Google Maps services.
MCP Servers Search
Search and discover available MCP servers from the official repository.
Serpstat MCP Server
SEO analysis using the Serpstat API.
SourceHarbor MCP
Source-first MCP knowledge control tower for watchlists, briefings, grounded search, and evidence-backed Ask.
Perplexity MCP Server
Perform real-time internet research with source citations using the Perplexity API.
Azure AI Agent & Search
Search content using Azure AI Agent Service and Azure AI Search.
ContextWire
Free search API for AI agents ā 105 engines, 22 profiles, 94.3% SimpleQA accuracy, MCP server with 5 tools
Quotewise Quote MCP
Semantic quote search - 600K quotes with source transparency
Solodit Search
Search and retrieve Solodit vulnerability reports.