Projects Showcase
v1.0.0Detailed showcase of personal and side projects
projectsportfolioshowcasecase-studies
Server Information
- Server ID
- projects-showcase
- Author
- bookchaowalit
- Available Tools
- 4 tools
About
A detailed portfolio of projects with tech stacks, screenshots, and descriptions. Features advanced filtering and search. ## Features - Project gallery with screenshots - Filter by tech stack - Featured projects - Case studies
Available Tools
projects-showcase_get_projects
Get all projects
Input Schema
{
"type": "object",
"properties": {}
}projects-showcase_get_project
Get project details
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
}
}
}projects-showcase_get_by_tech
Filter by tech stack
Input Schema
{
"type": "object",
"properties": {
"tech": {
"type": "string"
}
}
}projects-showcase_get_featured
Get featured projects
Input Schema
{
"type": "object",
"properties": {}
}Usage Example
Connect to this MCP server using the Model Context Protocol:
{
"mcpServers": {
"projects-showcase": {
"command": "node",
"args": ["path/to/server.js"],
"env": {
"SERVER_URL": "https://bookchaowalit-projects-showcase-fro.vercel.app"
}
}
}
}