# Project context not reachable through MCP

**URL:** https://community.weweb.io/t/project-context-not-reachable-through-mcp/21358
**Category:** Tips and Hacks
**Created:** [June 27, 2026, 1:19pm UTC](https://community.weweb.io/t/project-context-not-reachable-through-mcp/21358 "2026-06-27T13:19:20Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![Batik\_Okazov](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/batik_okazov/32/12688_2.png) [@Batik\_Okazov](https://community.weweb.io/u/Batik_Okazov)
#### Post date: [June 27, 2026, 1:19pm UTC](https://community.weweb.io/t/project-context-not-reachable-through-mcp/21358/1 "2026-06-27T13:19:20Z")

</div>

Hey,

tried to use MCP several times and getting the same error in ChatGPT:

_The WeWeb MCP connection is reachable and the target workspace/project exists, but the MCP session did not preserve the active project after switching, so page inspection could not be completed._

Could anyone be able to use MCP?

 ![image](https://us1.discourse-cdn.com/flex016/uploads/weweb/original/3X/d/c/dc2ba1cc6b3a729d674b5d2f29f8fe8765657a65.png)

 ![image](https://us1.discourse-cdn.com/flex016/uploads/weweb/original/3X/9/c/9c83100b28dc279a118159274837b02594d98c3f.png)

---

<div class="post-metadata">

### Author: ![Batik\_Okazov](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/batik_okazov/32/12688_2.png) [@Batik\_Okazov](https://community.weweb.io/u/Batik_Okazov)
#### Post date: [June 27, 2026, 1:36pm UTC](https://community.weweb.io/t/project-context-not-reachable-through-mcp/21358/2 "2026-06-27T13:36:33Z")

</div>

UPD: it does work through Codex, but it doesn’t work in ChatGPT no matter how many times I reconnect MCP.

---

<div class="post-metadata">

### Author: ![iconic](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/iconic/32/14103_2.png) [@iconic](https://community.weweb.io/u/iconic)
#### Post date: [June 27, 2026, 5:26pm UTC](https://community.weweb.io/t/project-context-not-reachable-through-mcp/21358/3 "2026-06-27T17:26:21Z")

</div>

yeah, i also experienced it a bit working with vs code at some point, it works well in Claude chat but kind of acts up when i use claude in vs code.

---

<div class="post-metadata">

### Author: ![DanielL](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/daniell/32/13398_2.png) [@DanielL](https://community.weweb.io/u/DanielL)
#### Post date: [June 28, 2026, 6:31am UTC](https://community.weweb.io/t/project-context-not-reachable-through-mcp/21358/4 "2026-06-28T06:31:02Z")

</div>

Hi everyone @Batik_Okazov @iconic

Yes, indeed, there is a known issue with the MCP server and Chat GPT at the moment. Our team is investigating this with priority and we hope to fix it asap. We will keep you posted. Thanks for the patience!

---

<div class="post-metadata">

### Author: ![Batik\_Okazov](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/batik_okazov/32/12688_2.png) [@Batik\_Okazov](https://community.weweb.io/u/Batik_Okazov)
#### Post date: [June 28, 2026, 9:56am UTC](https://community.weweb.io/t/project-context-not-reachable-through-mcp/21358/5 "2026-06-28T09:56:06Z")

</div>

It stopped working in Codex too

 ![image](https://us1.discourse-cdn.com/flex016/uploads/weweb/original/3X/c/c/cc053d5b54fc7e18daf3912634eaab53954ee738.png)

---

<div class="post-metadata">

### Author: ![Haulium](https://avatars.discourse-cdn.com/v4/letter/h/41988e/32.png) [@Haulium](https://community.weweb.io/u/Haulium)
#### Post date: [July 3, 2026, 9:06am UTC](https://community.weweb.io/t/project-context-not-reachable-through-mcp/21358/6 "2026-07-03T09:06:03Z")

</div>

Adding another case to confirm this is still happening after the topic was marked solved — this is “additional details,” since the bug is still occurring.

**Third independent client now affected: Claude (Anthropic MCP client).** So it’s reproduced across ChatGPT, Codex (per @Batik_Okazov), and Claude — which points to a server-side session issue rather than anything client-specific.

Same symptom on a production project: `switchProject` returns “Switched to project” successfully, but the very next project-scoped call (`searchVariables`, `getPageSemantic`, `createVariable`, `editElement`, `editElementWorkflow`, etc.) immediately fails with:

> No active project on this MCP session. Call listWorkspaces, switchWorkspace, listProjects, then switchProject to select one before using this tool.

Two details that may help pin it down:

1. **The binding is lost at the workspace level, not just project.** This matches @Batik_Okazov’s screenshot exactly — `switchProject`/`switchWorkspace` return success, but the next call reports “No workspace selected” / “No active project.” So the successful switch response isn’t actually persisting the workspace/project selection into the following request’s session state.
2. **It’s an intermittent loss that becomes sticky.** Earlier in the _same_ session a handful of project-scoped **write** calls (editElement / editElementWorkflow / editPageWorkflow) succeeded, then the session degraded and never recovered — re-running switchProject doesn’t fix it, only a brand-new MCP session does.

Account is workspace owner, `hasMcpAccess: true`, and the project shows correctly under `getMe`.

Any client-side mitigation while the fix ships (keep-alive call, mid-session re-bind, reconnect cadence)? And is there a rough ETA? Happy to provide session IDs/logs if useful.

---

<div class="post-metadata">

### Author: ![Joyce](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/joyce/32/13232_2.png) [@Joyce](https://community.weweb.io/u/Joyce)
#### Post date: [July 3, 2026, 9:13am UTC](https://community.weweb.io/t/project-context-not-reachable-through-mcp/21358/7 "2026-07-03T09:13:05Z")

</div>

Hey there 👋

Not sure why the topic was marked as solved. I think it may have just been in response to Daniel acknowledging it’s a known issue the team is working on.

So, to clarify:

- yes, the solution is that the team is working on it
- no, the issue is not solved yet

I removed the “Solved” tag to remove the confusion.

---

<div class="post-metadata">

### Author: ![Batik\_Okazov](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/batik_okazov/32/12688_2.png) [@Batik\_Okazov](https://community.weweb.io/u/Batik_Okazov)
#### Post date: [July 3, 2026, 9:31am UTC](https://community.weweb.io/t/project-context-not-reachable-through-mcp/21358/8 "2026-07-03T09:31:11Z")

</div>

> [@Joyce](#):
>
> I think it may have just been in response to Daniel acknowledging it’s a known issue the team is working on.

yes, indeed. Thanks for removing the tag.

---

<div class="post-metadata">

### Author: ![Joyce](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/joyce/32/13232_2.png) [@Joyce](https://community.weweb.io/u/Joyce)
#### Post date: [July 3, 2026, 11:44am UTC](https://community.weweb.io/t/project-context-not-reachable-through-mcp/21358/9 "2026-07-03T11:44:56Z")

</div>

Hey again!

Just got an update from the team: the issue should be fixed with the next release. ETA next week 🙂

---

<div class="post-metadata">

### Author: ![Joyce](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/joyce/32/13232_2.png) [@Joyce](https://community.weweb.io/u/Joyce)
#### Post date: [July 7, 2026, 2:56pm UTC](https://community.weweb.io/t/project-context-not-reachable-through-mcp/21358/10 "2026-07-07T14:56:51Z")

</div>

Hey there 👋

This should now be fixed. Could you create a bug ticket [here](https://support.weweb.io/?category=bug) if you still encounter issues with the MCP so the team can investigate?

---

<div class="post-metadata">

### Author: ![Batik\_Okazov](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/batik_okazov/32/12688_2.png) [@Batik\_Okazov](https://community.weweb.io/u/Batik_Okazov)
#### Post date: [July 9, 2026, 2:05pm UTC](https://community.weweb.io/t/project-context-not-reachable-through-mcp/21358/11 "2026-07-09T14:05:55Z")

</div>

Yes, it seems fixed. I was able to connect to my project. Thank you
