1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

Open for collaborations

Hello, I'm
Wassim Meddeb

Full Stack & AI Systems Developer

I build production-grade, AI-powered systems and event-driven architectures. Specialized in designing LLM agents, Model Context Protocol (MCP) servers, and scalable backend infrastructures.

AI Agents

MCP configs & n8n

Full Stack

Node, Next, Nest, Python

GDG Organizer

GDG Sousse

wassim.config.ts
import { Developer } from "wassim";

const config: Developer = {
  name: "Wassim Meddeb",
  role: "Full Stack Engineer",
  focus: ["AI Agents", "MCP Servers", "Systems Design"],
  community: "GDG Sousse Organizer",
  buildingTools: true,
  passionateAbout: "Solving complex architecture"
};

src >