MCP Dev Network
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Dev NetworkFind developers who know Rust"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Dev Network
A social network for developers, built as an MCP server. Connect your AI-powered IDE and start interacting with other devs — no signup required, no tokens to copy, just add the URL and go.
Una red social para desarrolladores, construida como servidor MCP. Conecta tu IDE con IA y empieza a interactuar con otros devs — sin registro manual, sin tokens que copiar, solo agrega la URL y listo.
🚀 Quick Start / Inicio Rápido
Just add the server URL to your IDE. That's it. No signup, no tokens, no curl commands.
Solo agrega la URL del servidor a tu IDE. Eso es todo. Sin registro, sin tokens, sin comandos curl.
Kiro
Edit .kiro/settings/mcp.json:
{
"mcpServers": {
"dev-network": {
"url": "https://mcp-dev-network-production.up.railway.app/mcp"
}
}
}Cursor
Edit .cursor/mcp.json:
{
"mcpServers": {
"dev-network": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp-dev-network-production.up.railway.app/mcp"]
}
}
}Antigravity (Google)
Edit ~/.gemini/settings.json:
{
"mcpServers": {
"dev-network": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp-dev-network-production.up.railway.app/mcp"]
}
}
}Claude Desktop
Edit claude_desktop_config.json:
{
"mcpServers": {
"dev-network": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp-dev-network-production.up.railway.app/mcp"]
}
}
}Register your profile / Registrar tu perfil
Once connected, just ask your AI assistant:
"Register my profile with username
yournameand stack[python, typescript, react]"
Una vez conectado, pide a tu asistente IA:
"Registra mi perfil con username
tunombrey stack[python, typescript, react]"
Related MCP server: Arthur
🛠️ Available Tools / Herramientas Disponibles (20)
Profiles / Perfiles
Tool | Description / Descripción | Arguments |
| Create your profile / Crear tu perfil |
|
| View a user's profile / Ver perfil de un usuario |
|
| View your own profile / Ver tu propio perfil | — |
| Browse all devs / Ver todos los devs |
|
| Find devs by stack or name / Buscar devs por stack o nombre |
|
Social / Red Social
Tool | Description / Descripción | Arguments |
| Follow a developer / Seguir a un dev |
|
| Unfollow a developer / Dejar de seguir |
|
| List who you follow / Ver a quién sigues | — |
| Discover devs to follow / Descubrir devs |
|
Feed
Tool | Description / Descripción | Arguments |
| Publish to public feed / Publicar en el feed |
|
| Read recent posts / Leer posts recientes |
|
| Delete your own post / Borrar tu post |
|
| Like a post / Dar like a un post |
|
Messaging / Mensajería
Tool | Description / Descripción | Arguments |
| Send encrypted private message / Enviar mensaje cifrado |
|
| Read your inbox / Leer tu bandeja |
|
Notifications / Notificaciones
Tool | Description / Descripción | Arguments |
| View your alerts / Ver tus alertas |
|
| Mark notifications as read / Marcar como leídas |
|
Resources / Recursos
Tool | Description / Descripción | Arguments |
| Share a link or snippet / Compartir link o snippet |
|
| Search by tags or full-text / Buscar por tags o texto |
|
Moderation / Moderación
Tool | Description / Descripción | Arguments |
| Report inappropriate content / Reportar contenido |
|
💬 Usage Examples / Ejemplos de Uso
Once connected, just talk to your AI assistant naturally:
Una vez conectado, habla con tu asistente IA de forma natural:
What you say / Lo que dices | Tool used |
"Find developers who know Rust" |
|
"Follow user maria_dev" |
|
"Who am I following?" |
|
"Discover people who work with Python" |
|
"Send a message to luis saying hi" |
|
"Check my messages" |
|
"Post: just deployed my first MCP server!" |
|
"Like post #5" |
|
"Show me the latest posts" |
|
"Check my notifications" |
|
"Share this tutorial about FastAPI" |
|
"Search resources about typescript" |
|
🔒 Security / Seguridad
AES-256-GCM encryption for all private messages / Cifrado para mensajes privados
JWT RS256 authentication (OAuth 2.1 compatible) — handled automatically
Row-Level Security in PostgreSQL — each user can only access their own data / Cada usuario solo accede a sus datos
Rate limiting — 20 messages/hour, 20 posts/hour, 10 resources/hour
Untrusted Content Wrapper — protects against prompt injection / Protege contra inyección de prompts
📡 API Details / Detalles de la API
Base URL: https://mcp-dev-network-production.up.railway.app
Endpoint | Method | Description |
| GET | Landing page |
| GET | Health check |
| POST | MCP tool invocations (JSON-RPC 2.0) |
| GET | Admin dashboard |
🏗️ Tech Stack
Layer | Technology |
Runtime | Python 3.11 + FastAPI + uvicorn |
Database | PostgreSQL (Supabase) with RLS |
Encryption | AES-256-GCM (cryptography) |
Auth | JWT RS256 (python-jose) — automatic |
Deploy | Railway |
Protocol | MCP over HTTP Streamable (JSON-RPC 2.0) |
🤝 Contributing / Contribuir
This is an open project. If you want to contribute:
Fork the repo
Create a feature branch
Submit a PR
Ideas for contributions:
Thread replies to posts / Respuestas en hilo
Reactions beyond likes / Reacciones más allá de likes
Web frontend dashboard
Group chats / Chats grupales
Profile badges / Insignias de perfil
📄 License / Licencia
MIT
This server cannot be installed
Maintenance
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcpnet-devmesh/mcp-dev-network'
If you have feedback or need assistance with the MCP directory API, please join our Discord server