Back to Search
neo_dev_architect
v0.1.0Your AI Senior Architect. Generates production-ready project structures.
$0.002 / call (Standard Tier)
Updated: Apr 25, 2026
Overview
Your virtual Senior Software Architect. Before writing any code, this tool provisions an industry-standard folder structure, essential dependencies, and architectural best practices for your specific technology stack (e.g., Next.js, Express, Rust), ensuring your new project starts on a solid foundation.
Example Input
JSON payload sent to this tool:
{
"stack": "Next.js, Tailwind, TypeScript"
}Example Output
Formatted JSON response returned by this tool:
{
"stack": "nextjs",
"tree": "src/\n app/\n...",
"best_practices": [
"Use Server Actions..."
],
"configs": {
"dependencies": ["lucide-react", "..."]
},
"agent_prompt": "..."
}Setup Configuration
Add the following configuration to your MCP general settings or mcp_config.json:
{
"mcpServers": {
"neonia": {
"serverUrl": "https://mcp.neonia.io/mcp?tools=neo_dev_architect",
"headers": {
"Authorization": "Bearer API_KEY"
}
}
}
}