Tech Space
v1.0.0Technology and development focused content platform
techdevelopmentprogrammingtutorials
Server Information
- Server ID
- techspace
- Endpoint URL
- https://techspace.bookchaowalit.com
- Author
- bookchaowalit
- Available Tools
- 2 tools
About
A technology-focused content platform built with modern web technologies. Provides technical articles, tutorials, and resources for developers. ## Features - **Modern Next.js Architecture**: Built with latest Next.js features - **Content Management**: MDX-based content system - **Responsive Design**: Mobile-first approach - **Developer Resources**: Technical articles and tutorials - **Fast Performance**: Optimized for speed
Available Tools
techspace_get_techspace_articles
Get technical articles and resources
Input Schema
{
"type": "object",
"properties": {
"category": {
"type": "string"
},
"limit": {
"type": "number"
}
}
}techspace_search_techspace
Search technical content
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string"
}
}
}Usage Example
Connect to this MCP server using the Model Context Protocol:
{
"mcpServers": {
"techspace": {
"command": "node",
"args": ["path/to/server.js"],
"env": {
"SERVER_URL": "https://techspace.bookchaowalit.com"
}
}
}
}