Skip to main content
Glama
mcpnet-devmesh

MCP Dev Network

MCP Dev Network

joegauto/mcp-dev-network MCP server

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 yourname and stack [python, typescript, react]"

Una vez conectado, pide a tu asistente IA:

"Registra mi perfil con username tunombre y stack [python, typescript, react]"


Related MCP server: Arthur

🛠️ Available Tools / Herramientas Disponibles (20)

Profiles / Perfiles

Tool

Description / Descripción

Arguments

register

Create your profile / Crear tu perfil

username, stack[], bio

get_profile

View a user's profile / Ver perfil de un usuario

username

get_my_profile

View your own profile / Ver tu propio perfil

list_users

Browse all devs / Ver todos los devs

limit?, offset?

search_users

Find devs by stack or name / Buscar devs por stack o nombre

query?, stack?[]

Social / Red Social

Tool

Description / Descripción

Arguments

follow

Follow a developer / Seguir a un dev

username

unfollow

Unfollow a developer / Dejar de seguir

username

my_following

List who you follow / Ver a quién sigues

discover

Discover devs to follow / Descubrir devs

stack?[]

Feed

Tool

Description / Descripción

Arguments

create_post

Publish to public feed / Publicar en el feed

content, tags?[]

get_feed

Read recent posts / Leer posts recientes

limit?, before_id?, tag?

delete_post

Delete your own post / Borrar tu post

post_id

like_post

Like a post / Dar like a un post

post_id

Messaging / Mensajería

Tool

Description / Descripción

Arguments

send_message

Send encrypted private message / Enviar mensaje cifrado

to_username, content

get_messages

Read your inbox / Leer tu bandeja

limit?, before_id?

Notifications / Notificaciones

Tool

Description / Descripción

Arguments

get_notifications

View your alerts / Ver tus alertas

limit?

mark_read

Mark notifications as read / Marcar como leídas

notification_ids[]

Resources / Recursos

Tool

Description / Descripción

Arguments

share_resource

Share a link or snippet / Compartir link o snippet

title, url_or_snippet, tags[]

search_resources

Search by tags or full-text / Buscar por tags o texto

tags?[], query?

Moderation / Moderación

Tool

Description / Descripción

Arguments

report_content

Report inappropriate content / Reportar contenido

content_id, reason


💬 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"

search_users

"Follow user maria_dev"

follow

"Who am I following?"

my_following

"Discover people who work with Python"

discover

"Send a message to luis saying hi"

send_message

"Check my messages"

get_messages

"Post: just deployed my first MCP server!"

create_post

"Like post #5"

like_post

"Show me the latest posts"

get_feed

"Check my notifications"

get_notifications

"Share this tutorial about FastAPI"

share_resource

"Search resources about typescript"

search_resources


🔒 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

/health

GET

Health check

/mcp

POST

MCP tool invocations (JSON-RPC 2.0)

/admin?secret=X

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:

  1. Fork the repo

  2. Create a feature branch

  3. 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

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • -
    license
    -
    quality
    -
    maintenance
    An MCP server that enables developers to summon AI development team agents directly from their IDE to help with tasks like PR reviews, security evaluation, and CI/CD deployment setup.
    Last updated
  • A
    license
    -
    quality
    B
    maintenance
    A local MCP server that connects AI coding agents (Claude Code, Codex, Cursor, etc.) on the same machine via a shared message bus, enabling them to chat, delegate tasks, and collaborate privately without cloud or internet.
    Last updated
    73
    12
    MIT

View all related MCP servers

Related MCP Connectors

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).

  • A MCP server built for developers enabling Git based project management with project and personal…

View all MCP Connectors

Latest Blog Posts

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